Skip to content

jyotisingh/docker-k8s-helm-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Training material for Docker, Kubernetes and Helm charts

Ingress controller setup in Rancher (using Rancher desktop with containerd)

Deploy the NGINX ingress controller:

helm upgrade --install ingress-nginx ingress-nginx \
  --repo https://kubernetes.github.io/ingress-nginx \
  --namespace ingress-nginx --create-namespace

check its up and running:

kubectl get pods --namespace=ingress-nginx

kubectl exec -- env

kubectl create deployment pmt --image=nginx:1.14.2 kubectl apply -f deployment.yaml kubectl rollout status deployment/demo-foe-team

About

Training material

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages