Skip to content

Instantly share code, notes, and snippets.

@iamNoah1
Created April 13, 2022 12:22
Show Gist options
  • Save iamNoah1/06a2153e6d7dfe19e62d2740c8f49bf3 to your computer and use it in GitHub Desktop.
Save iamNoah1/06a2153e6d7dfe19e62d2740c8f49bf3 to your computer and use it in GitHub Desktop.
Apply Kubernetes Manifests for exposing service1 and service2 using nginx on aks
kubectl apply -f https://raw.githubusercontent.com/iamNoah1/aks-nginx-ingress/main/service1.yaml
kubectl apply -f https://raw.githubusercontent.com/iamNoah1/aks-nginx-ingress/main/service2.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment