rojasleon / ticketing

Ticketing app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notes

Creating a secret in Kubernetes

# kubectl create secret generic jwt-secret --from-literal=JWT_KEY=asdf
# kubectl create secret generic stripe-secret --from-literal=STRIPE_KEY=asdf

Port-Forwarding with Kubectl

# kubectl port-forward [pod-name] 4222:4222

doctl

Authenticating with Doctl

# doctl auth init

Get connection info for our new cluster

# doctl kubernetes cluster kubeconfig save <cluster_name>

List all contexts

# kubectl config view

Use a different context

# kubectl config use-context <context_name>

About

Ticketing app


Languages

Language:TypeScript 89.3%Language:JavaScript 10.1%Language:Dockerfile 0.6%