Get started with the Minimus Ingress-NGINX-controller image in minikube
Set up minikube
Fetch the example Kubernetes YAML configuration files
Generate the Image Pull Secret
pullsecret.yaml
file, to include your base64 encoded auth JSON.
Under the data
section, update the dockerconfigjson
with the base64 encoded auth JSON and save your changes.
Deploy Ingress NGINX controller Helm release to your cluster
Deploy to your cluster
.
).Verify the pods
hello-nginx-55bd9b99f4-bgxpd
verifying the status of the pod is up and running.If you’re new to Kubernetes, you can learn more about the ReplicaSet hash and random suffix in the official Kubernetes guide.Visit the NGINX site
http://192.168.49.2:8080
. Open this address in your browser to see the NGINX welcome page.For other Kubernetes clusters, run this command to proxy access from your local machine to the service running in your cluster: