Skip to content

standardloop/playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

144 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

playground

Kubernetes


https://github.com/standardloop/playground

Playground is a local environment for playing around with various kubernetes tools.

Tools Used

Setup

Infrastructure Applications

Test Applications

  • tilt for managing test applications in the cluster.

Documentation and Standards

Screenshot

alt text

Spin Up

$ task

Note: sudo is needed to run cloud-provider-kind.

Clean Up

$ task clean

Updating /etc/hosts

You will need to update your /etc/hosts to have access to the applications on the local cluster.

Find you IP

$ kubectl get gateway playground-local-gateway  -n istio-gateway
NAME                       CLASS                 ADDRESS      PROGRAMMED   AGE
playground-local-gateway   cloud-provider-kind   172.18.0.5   True         17m

/etc/hosts example

$ cat /etc/hosts`
172.18.0.5      playground.local
172.18.0.5      grafana.playground.local
172.18.0.5      prometheus.playground.local
172.18.0.5      api.playground.local
172.18.0.5      www.playground.local
172.18.0.5      rollouts.playground.local
172.18.0.5      api.playground.local
172.18.0.5      headlamp.playground.local
172.18.0.5      homer.playground.local
172.18.0.5      home.playground.local
172.18.0.5      kiali.playground.local

Mise WIP

$ mise install
...
$ mise uninstall --all

About

No description, website, or topics provided.

Resources

License

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors