Skip to content

Instantly share code, notes, and snippets.

View jdato's full-sized avatar
🧗‍♀️
•———::<>)

Johannes Dato jdato

🧗‍♀️
•———::<>)
  • Germany
  • 00:55 (UTC +02:00)
  • LinkedIn in/jodato
View GitHub Profile
@jdato
jdato / kube_deployment_example.yaml
Created May 12, 2021 12:06
Example of a Kubernetes Deployment
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: my-application-deployment
name: my-application
spec:
replicas: 2
selector:
matchLabels:
@jdato
jdato / kube_anti_affinity.yaml
Created May 12, 2021 11:56
Kubernetes anti affinity example
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
podAffinityTerm:
labelSelector:
matchExpressions:
- key: app
operator: In
values: