Skip to content
Snippets Groups Projects
Commit 3867bcfd authored by r0zehnal0vak's avatar r0zehnal0vak
Browse files

nginx ingress controller

parent 1938f0ee
Branches
No related tags found
No related merge requests found
...@@ -58,4 +58,13 @@ ssh -J ubuntu@<bastion_ip_address> ubuntu@<control-node_ip_address> ...@@ -58,4 +58,13 @@ ssh -J ubuntu@<bastion_ip_address> ubuntu@<control-node_ip_address>
sudo -i sudo -i
kubectl get nodes kubectl get nodes
``` ```
#### Nginx Ingress Controller
Prerequisites: </br>
- helm - [install](https://helm.sh/docs/intro/install/)</br>
```
helm repo add nginx-stable https://helm.nginx.com/stable
helm repo update
helm install nginx-ingress nginx-stable/nginx-ingress --set rbac.create=true
kubectl get service
```
\ No newline at end of file
...@@ -12,11 +12,11 @@ metrics_server_enabled: true ...@@ -12,11 +12,11 @@ metrics_server_enabled: true
# metrics_server_replicas: 1 # metrics_server_replicas: 1
# Nginx ingress controller deployment # Nginx ingress controller deployment
ingress_nginx_enabled: true ingress_nginx_enabled: false
ingress_nginx_host_network: true #ingress_nginx_host_network: true
# ingress_nginx_service_type: LoadBalancer # ingress_nginx_service_type: LoadBalancer
# ingress_nginx_host_network: false # ingress_nginx_host_network: false
ingress_publish_status_address: "" #ingress_publish_status_address: ""
# ingress_nginx_nodeselector: # ingress_nginx_nodeselector:
# kubernetes.io/os: "linux" # kubernetes.io/os: "linux"
# ingress_nginx_tolerations: # ingress_nginx_tolerations:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment