Skip to content

Instantly share code, notes, and snippets.

@garystafford
Last active December 26, 2017 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/b067cfec4596614a19bad0c0c24c11ca to your computer and use it in GitHub Desktop.
Save garystafford/b067cfec4596614a19bad0c0c24c11ca to your computer and use it in GitHub Desktop.
#!/bin/bash
# apply voter api resources part 2
# pods
kubectl apply \
-f ./services/election-deployment.yaml \
-f ./services/candidate-deployment.yaml \
-f ./services/voter-deployment.yaml
# services
kubectl apply \
-f ./services/election-service.yaml \
-f ./services/candidate-service.yaml \
-f ./services/voter-service.yaml
# ingress
kubectl apply -f ./other/ingress-istio.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment