Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 312 Bytes

File metadata and controls

12 lines (8 loc) · 312 Bytes

Working with Docker and Kubernetes:

  • docker build -t <docker_username>/<service_name> .

  • skaffold dev

  • kubectl get pods

  • openssl rand --base64 32

  • kubectl create secret generic jwt-secret --from-literal=$KEY=$VALUE

  • kubectl get secrets

  • docker push <docker_username>/<service_name>