Skip to content

hvieira/kubernetes-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

kubernetes-playground

Collection of experiments, tests and other "things" with kubernetes

Setup

Will use minikube since it's cross platorm

After installation and running minikube start --driver=docker it'll automatically add .kube/config configuration in order to use the cluster.

At this point, running kubectl get nodes should output something like:

kubectl get nodes
NAME       STATUS   ROLES                  AGE    VERSION
minikube   Ready    control-plane,master   6m8s   v1.23.3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published