Skip to content

An example guestbook running on Kubernetes, in two separate namespaces, staging and production, managed through kustomization layers and flux.

License

Notifications You must be signed in to change notification settings

swinton/k8s-guestbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8s-guestbook

An example guestbook running on Kubernetes, in two separate namespaces, staging and production, managed through kustomization layers.

Prequisites

Setup

Namespaces

kubectl apply -k ./k8s-config/namespaces

Staging

kubectl apply -k ./k8s-config/staging

Production

kubectl apply -k ./k8s-config/production

Accessing the services

Staging

minikube service frontend --namespace=staging --url

Production

minikube service frontend --namespace=production --url

Cleanup

Staging

kubectl delete -k ./k8s-config/staging

Production

kubectl delete -k ./k8s-config/production

Resources

About

An example guestbook running on Kubernetes, in two separate namespaces, staging and production, managed through kustomization layers and flux.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published