SamWolfs / sikm

sik'm — Structure and Interpretation of Kubernetes Manifests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sik’m — Structure and Interpretation of Kubernetes Manifests

./assets/sikm.jpeg

Topics

  • The problem with Infrastructure as “Code”
  • Introduction to Jsonnet and Tanka
  • Hands-on Tanka feat. Google Microservices Demo

Requirements

Setup

Cluster

Create

kind create cluster --config=kind/cluster.yaml

Destroy

kind delete cluster

Application

helm install hipster-shop ./helm-chart

Connecting to frontend

kubectl port-forward deployment/frontend 8080:8080

About

sik'm — Structure and Interpretation of Kubernetes Manifests


Languages

Language:Jsonnet 100.0%