Skip to content

Instantly share code, notes, and snippets.

View grampelberg's full-sized avatar

Thomas Rampelberg grampelberg

View GitHub Profile
---
# Source: traefik/templates/default-cert-secret.yaml
apiVersion: v1
kind: Secret
metadata:
name: release-name-traefik-default-cert
labels:
app: traefik
chart: "traefik-1.55.1"
---
apiVersion: policy/v1beta1
kind: PodSecurityPolicy
metadata:
name: root
annotations:
seccomp.security.alpha.kubernetes.io/allowedProfileNames: '*'
spec:
privileged: true
apiVersion: apiregistration.k8s.io/v1
kind: APIService
metadata:
creationTimestamp: 2018-12-09T19:26:28Z
labels:
app: prometheus-adapter
chart: prometheus-adapter-v0.2.1
heritage: Tiller
release: linkerd
name: v1beta1.custom.metrics.k8s.io
kubectl get -n nodevoto deploy/web -o yaml \
| linkerd inject - \
| kubectl apply -f -
linkerd dashboard
linkerd check
linkerd install | kubectl apply -f –
linkerd check --pre
export PATH=$PATH:$HOME/.linkerd2/bin
curl -sL https://run.linkerd.io/install | sh