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

nginx ingress controller

parent 1938f0ee
Branches nginx-controller
No related tags found
2 merge requests!6Kubeconfig localhost,!5nginx ingress controller
......@@ -58,4 +58,13 @@ ssh -J ubuntu@<bastion_ip_address> ubuntu@<control-node_ip_address>
sudo -i
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
# metrics_server_replicas: 1
# Nginx ingress controller deployment
ingress_nginx_enabled: true
ingress_nginx_host_network: true
ingress_nginx_enabled: false
#ingress_nginx_host_network: true
# ingress_nginx_service_type: LoadBalancer
# ingress_nginx_host_network: false
ingress_publish_status_address: ""
#ingress_publish_status_address: ""
# ingress_nginx_nodeselector:
# kubernetes.io/os: "linux"
# ingress_nginx_tolerations:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment