Introduction Nginx Ingress Controller is a popular implementation of the Ingress resource in Kubernetes. It is built around the Nginx web server, a high-performance and widely used web server and reverse proxy. The Nginx Ingress Controller extends the functionality of Nginx to efficiently route incoming HTTP and HTTPS traffic to different services within your Kubernetes…
[Refer To] https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ Kubernetes This page shows how to create a Pod that uses a Secret to pull an image from a private container image registry or repository. There are many private registries in use. This task uses Docker Hub as an example registry. Log in to Docker Hub First log in to you private registry with: View the config.json file:…
[Refer To] https://kubernetes.io/zh-cn/docs/reference/kubectl/cheatsheet/ You can switch current namespace with: Check if it works: Also, you can unset current namespace with: