Skip to content

Instantly share code, notes, and snippets.

@staslebedenko
Created September 14, 2020 12:05
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save staslebedenko/db42075b68e86196823865b0af6bb53c to your computer and use it in GitHub Desktop.
func kubernetes install - namespace keda
func kubernetes deploy --name k82-cluster --image-name "k82Registry.azurecr.io/kedafunctionsdemo:v1" --dry-run > k8_keda_demo.yml
kubectl apply -f k8_keda_demo.yml
kubectl get nodes
kubectl get pods
kubectl get service --watch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment