Skip to content

grommy/k8s-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Get started with k8s

Check that env is ready

sudo systemctl start docker
minikube start
kubectl get pods

Apply the deployment

kubectl apply -f deployment.yaml
kubectl get pod
kubectl describe pod

Set the networking

kubectl apply -f service.yaml
kubectl get service
kubectl describe service
kubectl get pod -o wide

Enjoy

minikube service nginx-service

About

demo deployment in k8s

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published