Kubernetes #
Local Development & Testing #
Minikube #
KinD #
Kubernetes in Docker (KinD)
k3d #
Lightweight wrapper to run k3s (Rancher Lab’s minimal k8s distribution).
Helm #
Install #
Quickstart #
Kubectl #
Install #
Troubleshooting #
Learning Kubernetes #
K8s Notes #
Ingress #
ingress-nginx:
Troubleshooting ingress #
If getting the following error:
iakraker@Ubuntu-PF3TFBEH-1255:~/TheK8sBook/ingress$ kubectl apply -f ig-all.yml
Error from server (InternalError): error when creating "ig-all.yml": Internal error occurred: failed calling webhook "validate.nginx.ingress.kubernetes.io": failed to call webhook: Post "https://ingress-nginx-controller-admission.ingress-nginx.svc:443/networking/v1/ingresses?timeout=10s": no endpoints available for service "ingress-nginx-controller-admission"
Also make sure official deploy was followed: https://kubernetes.github.io/ingress-nginx/deploy/