Skip to content

Instantly share code, notes, and snippets.

@ams0
Last active December 1, 2020 09:15
Show Gist options
  • Save ams0/e898802924719caf5726675966d9aac4 to your computer and use it in GitHub Desktop.
Save ams0/e898802924719caf5726675966d9aac4 to your computer and use it in GitHub Desktop.
kubectl expose deploy nginx --name nginx-internal --port 80 --type LoadBalancer --overrides='{ "metadata": { "annotations": { "service.beta.kubernetes.io/azure-load-balancer-internal": "true" } } } 'k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment