Skip to content

This repository was used in a NodeJS course, and was also applied many concepts of microservices and event driven communication inside of a kubernetes cluster.

Notifications You must be signed in to change notification settings

afonsir/ticketing-microservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minikube

  • Create cluster:
minikube start
  • Delete cluster
minikube delete
  • Stop cluster:
minikube stop
  • Enable Ingress Controller:
minikube addons enable ingress
  • Get external cluster IP address:
minikube ip

Skaffold

  • Start deployment:
skaffold dev

Kubernetes

  • Create a JWT secret:
kubectl create secret generic jwt-secret --from-literal=JWT_KEY=<SECRET_VALUE>

About

This repository was used in a NodeJS course, and was also applied many concepts of microservices and event driven communication inside of a kubernetes cluster.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published