tetratelabs / tetrate-service-bridge-sandbox

Deploy Tetrate Service Bridge Demo on Azure Kubernetes Service (AKS), Google Kubernetes Engine (GKE) and/or Elastic Kubernetes Service (EKS) using Terraform
Apache License 2.0
12 stars 10 forks source link

makefile breakout of components #120

Closed kurktchiev closed 1 year ago

kurktchiev commented 2 years ago

Currently the k8s step can be ran seperatly as make aws_k8s, let the CP components also be able to be brought in one at a time if needed.

This allows to expand/modify parts of the setup without needing to touch other infra thats already in place

nacx commented 1 year ago

I think this is possible with the current makefile. Reopen if that's not the case.