Add local Kubernetes deployment environment (kind + Podman + Argo CD) - #1505
Open
tommybobbins wants to merge 17 commits into
Open
Add local Kubernetes deployment environment (kind + Podman + Argo CD)#1505tommybobbins wants to merge 17 commits into
tommybobbins wants to merge 17 commits into
Conversation
Add sample kind setup
Rebase from main
Tng kind podman support
Update the output documentation from the scripts
Increment kind version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
k8s/directory.localhost:5001) - the environment is fully sandboxed following bootstrap.Contents
k8s/bootstrap/01-06): check and/or install prerequisites for macOS, create a kind cluster, stand up a local registry, install Argo CD, build and push all images, and tear down.k8s/charts/overleaf/): deploys Overleaf (NodePort 30000), MongoDB 8.0 (with replica-set init), and Redis 6.2, each with persistent volume claims.k8s/argocd/): an Application pointing at the Helm chart with auto-sync and self-heal enabled.k8s/README.md): architecture overview.Warning
Before this change can be approved,
repoURLwill need to change ink8s/argocd/application.yaml. It should point to:I have left this pointing to a fork for now to allow for testing.
Related issues / Pull Requests
N/A
Contributor Agreement