Skip to content

Understanding the concepts of kubernetes and applying on cluster created with kind.

Notifications You must be signed in to change notification settings

sibelly/k8s-fundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8s-fundamentals

k8s-scheme

Tools

Create cluster with kind

kind create cluster --name=esquenta

kubectl cluster-info --context kind-esquenta

kubectl get nodes

Create Pod

kubectl apply -f pod.yaml

kubectl get pods

kubectl port-forward pod/nginx-demo 9090:80

Create ReplicaSet

kubectl apply -f replicaset.yaml

Create Deployment

kubectl apply -f deployment.yaml

About

Understanding the concepts of kubernetes and applying on cluster created with kind.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published