Skip to content

Instantly share code, notes, and snippets.

@initcron
Last active October 14, 2025 16:51
Show Gist options
  • Save initcron/2924a734b36c42600e2fd33fdaf3ef96 to your computer and use it in GitHub Desktop.
Save initcron/2924a734b36c42600e2fd33fdaf3ef96 to your computer and use it in GitHub Desktop.

Create a namespace

kubectl create namespace instavote 
kubectl config set-context --current --namespace=instavote
git clone https://github.com/schoolofdevops/instavote-kustomize.git

kubectl apply -k instavote-kustomize
kubectl get all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment