Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy a second copy of cb-metar #1161

Merged
merged 2 commits into from
Mar 5, 2024

Conversation

ian-noaa
Copy link
Collaborator

@ian-noaa ian-noaa commented Mar 4, 2024

This PR renames the cb-ceiling to cb-metar in order to match the updated app name. It then creates a copy of cb-metar in cb-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.

@ian-noaa ian-noaa self-assigned this Mar 4, 2024
@ian-noaa ian-noaa requested a review from gopa-noaa March 5, 2024 17:02
@ian-noaa
Copy link
Collaborator Author

ian-noaa commented Mar 5, 2024

@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.

@gopa-noaa
Copy link
Contributor

@ian-noaa thanks, this is really useful. Approving it.

@ian-noaa ian-noaa merged commit 16058ae into development Mar 5, 2024
34 checks passed
@ian-noaa ian-noaa deleted the 1157-deploy-a-second-copy-of-cb-metar branch March 5, 2024 17:47
@ian-noaa ian-noaa linked an issue Mar 5, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deploy a second copy of cb-metar
2 participants