kubectl create namespace example-voting-app
kubectl create -f redis-deployment.yaml --namespace example-voting-app
kubectl create -f redis-service.yaml --namespace example-voting-app
kubectl create -f db-deployment.yaml --namespace example-voting-app
kubectl create -f db-service.yaml --namespace example-voting-app
kubectl create -f vote-deployment.yaml --namespace example-voting-app
kubectl create -f vote-service.yaml --namespace example-voting-app
kubectl create -f result-deployment.yaml --namespace example-voting-app
kubectl create -f result-service.yaml --namespace example-voting-app
kubectl create -f worker-deployment.yaml --namespace example-voting-app
kubectl create -f voter-deployment.yaml --namespace example-voting-app
kubectl create -f observer-deployment.yaml --namespace example-voting-app
-
Notifications
You must be signed in to change notification settings - Fork 6
mateobur/k8s-example-voting-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published