Skip to content

Instantly share code, notes, and snippets.

@iamNoah1
Created June 17, 2021 08:46
Show Gist options
  • Save iamNoah1/f585617290c245dbec4ba14dfbc9579b to your computer and use it in GitHub Desktop.
Save iamNoah1/f585617290c245dbec4ba14dfbc9579b to your computer and use it in GitHub Desktop.
Apply Kubernetes Manifests for exposing service1 and service2 using traefik on aks
kubectl apply -f https://raw.githubusercontent.com/iamNoah1/aks-traefik-ingress/main/service1.yml
kubectl apply -f https://raw.githubusercontent.com/iamNoah1/aks-traefik-ingress/main/service2.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment