Section 4: Orchestrating Collection of Services with Kubernetes - nuthanc/microservice GitHub Wiki

Access to our Application

  • Single Node Cluster
  • Request -> Ingress-Nginx -> Service -> Deployment
  • skaffold.yaml
  • infra_k8s -> Deployment and Service files

How do we start a particular service

  • Dockerfile, .dockerignore, package.json
  • Build an image using docker build -t <username/repo> .
  • Push it to DockerHub
  • These images are pulled in Deployment and Networking is provided by ClusterIP