Skip to content

ApiTreeCZ/k8s-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

k8s-demo

Login:

gcloud auth login

Setup cluster

gcloud container clusters get-credentials CLUSTER_NAME

Deploy (deployment):

kubectl apply -f src/deployment.yaml

Deploy (service)

kubectl apply -f src/service.yaml

List of contexts

kubectl config get-contexts 

Remove context from config (not from server)

kubectl config delete-context CONTEXT_NAME 

Links:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published