Get started with the Minimus Nginx 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 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:30001
. 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:http://localhost:30001
to see the NGINX welcome page. Hit CTRL-C in your terminal window to end the port forwarding.