Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 427 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 427 Bytes

Kubernetes deployment

This folder contains the files required to deploy to a Kubernetes cluster.

Install microservice-template using Helm

Install infrastructural components

  • For Linux and locally installed k8s cluster
cd ./deployment/k8s/infrastructure/
./install.sh
  • For Windows and Mac: Coming soon

Install service

cd ./deployment/k8s/.helm/
helm upgrade template-service -i .