Skip to content

wayofthebadger/sre-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sre-k8s

k8s deployment files

To Deploy app, ensure you've got Kubernetes installed locally or have a cluster you can test on

Run the following:

kubectl apply -f secret.yaml
kubectl apply -f env-variables.yaml
kubectl apply -f deployment.yaml
kubectl apply -f service.yaml
kubectl apply -f ingress.yaml

Future work - wrap this in a Helm chart

If using docker-desktop with k8s go to http://localhost:8080

About

K8s deployment files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published