martes, 17 de septiembre de 2024

Configure ingress controller kubernetes

 This automatically starts the Nginx ingress controller.

[ec2-user@ip-172-31-80-45 ~]$ minikube addons enable ingress

💡  ingress is an addon maintained by Kubernetes. For any concerns contact minikube on GitHub.

You can view the list of minikube maintainers at: https://github.com/kubernetes/minikube/blob/master/OWNERS

    ▪ Using image registry.k8s.io/ingress-nginx/controller:v1.11.2

    ▪ Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3

    ▪ Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3

🔎  Verifying ingress addon...

🌟  The 'ingress' addon is enabled



[ec2-user@ip-172-31-80-45 ~]$ kubectl get pod -n kube-system

NAME                               READY   STATUS    RESTARTS        AGE

coredns-6f6b679f8f-d9wl9           1/1     Running   1 (5h50m ago)   7h56m

etcd-minikube                      1/1     Running   1 (5h51m ago)   7h56m

kube-apiserver-minikube            1/1     Running   1 (3h51m ago)   7h56m

kube-controller-manager-minikube   1/1     Running   1 (5h51m ago)   7h56m

kube-proxy-qnpdq                   1/1     Running   1 (5h51m ago)   7h56m

kube-scheduler-minikube            1/1     Running   1 (5h51m ago)   7h56m

storage-provisioner                1/1     Running   3 (3h50m ago)   7h56m


[ec2-user@ip-172-31-80-45 ~]$ kubectl get ns

NAME              STATUS   AGE

default           Active   7h57m

ingress-nginx     Active   4m31s

kube-node-lease   Active   7h57m

kube-public       Active   7h57m

kube-system       Active   7h57m

No hay comentarios:

Publicar un comentario