Skip to content

Creat clusters in local machine with Kind and managing them with kubernetes

Notifications You must be signed in to change notification settings

alirezaghrb1999/Kubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create clusters in local machine with Kind and managing them with kubernetes

1- kind create cluster --image=kindest/node:v1.25.3 --config=config.yaml kubectl get nodes docker ps

2- kubectl apply -f deploy.yaml

3- kubectl apply -f service.yaml

4- kubectl get deployments kubectl get pods kubectl get replicasets kubectl get svc

5- kubectl delete pod iutcloud-69dc54f9c5-ch5h2

6- kubectl port-forward deployment/iutcloud 3000:80

About

Creat clusters in local machine with Kind and managing them with kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published