Skip to content

Instantly share code, notes, and snippets.

View DevInTheTrenches's full-sized avatar

Dev In The Trenches DevInTheTrenches

View GitHub Profile
@DevInTheTrenches
DevInTheTrenches / kubia.yaml
Created March 16, 2019 17:31
Simple Hands-on Introduction to K3S - Lightweight Kubernetes
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: whoareyou-deployment
namespace: default
spec:
replicas: 2
selector:
matchLabels:
app: whoareyou