Skip to content

Instantly share code, notes, and snippets.

@xlucasdemelo
Created April 2, 2020 15:39
Show Gist options
  • Save xlucasdemelo/976155fdde04563b0d0dbcd62e3bdccf to your computer and use it in GitHub Desktop.
Save xlucasdemelo/976155fdde04563b0d0dbcd62e3bdccf to your computer and use it in GitHub Desktop.
Creating a service in kubernetes
---
apiVersion: v1
kind: Service
metadata:
name: greetings-service
spec:
selector:
app: greetings-app
ports:
- port: 8888
targetPort: 8080
nodePort: 30008
type: LoadBalancer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment