Closed ian-noaa closed 9 months ago
@gopa-noaa - if you wanted to get more into Kubernetes, this could be a good PR to start with. I've updated the PR description with what this change does. You can reference the README.md file for an overview of how these Kubernetes manifests work.
The main thing to keep in mind is that this deployment is using Kustomize and a Kustomize layout - so resources are defined in the base
directory and then modified for each environment in the overlays
directory.
On the Kubernetes side, the important primitives to know about are deployments
, services
, and ingresses
. Deployments describe the container being deployed, services create internal DNS names for the deployments so they can communicate, and ingresses expose internal services outside the cluster.
Definitely let me know if you have any questions on how this works.
@ian-noaa thanks, this is really useful. Approving it.
This PR renames the
cb-ceiling
tocb-metar
in order to match the updated app name. It then creates a copy ofcb-metar
incb-metar-capella
so that we can have two apps pointed to different couchbase clusters.The app configuration contains secrets so is handled outside of the repo.