Skip to content

Instantly share code, notes, and snippets.

@alperen-selcuk
Created April 7, 2021 22:09
Show Gist options
  • Select an option

  • Save alperen-selcuk/ce025681fe03f4609136ee6d82a596ed to your computer and use it in GitHub Desktop.

Select an option

Save alperen-selcuk/ce025681fe03f4609136ee6d82a596ed to your computer and use it in GitHub Desktop.
loadbalancer
apiVersion: v1
kind: Service
metadata:
name: nginx-lb
spec:
ports:
- port: 80
type: LoadBalancer
selector:
app: nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment