Skip to content

Instantly share code, notes, and snippets.

@ianychoi
Created July 31, 2021 02:58
Show Gist options
  • Save ianychoi/54ea4bfcb9c4bb56eb8bf9a86cda9841 to your computer and use it in GitHub Desktop.
Save ianychoi/54ea4bfcb9c4bb56eb8bf9a86cda9841 to your computer and use it in GitHub Desktop.
K8s-AKS-Loadbalancer 실습 파일
apiVersion: v1
kind: Service
metadata:
name: azure-lb-websrv
spec:
type: LoadBalancer
ports:
- port: 80
targetPort: 8080
selector:
app: deploy-websrv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment