-
Notifications
You must be signed in to change notification settings - Fork 41
Add Kubernetes deployment guides for Newt and Pangolin #113
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
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
f1ae04d
docs(self-host/kubernetes): add Kubernetes deployment guides with Hel…
marcschaeferger 1140b63
docs(self-host/kubernetes): fix stale links, citations, and version s…
marcschaeferger 792c5d8
docs(manage/sites): remove Newt Kubernetes installation guide from do…
marcschaeferger e3d14a6
chore(self-host/manual/kubernetes): Refactor documentation for Pangol…
marcschaeferger a93c491
docs(docs.json): add redirect for Newt Kubernetes installation to Hel…
marcschaeferger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
This file was deleted.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| --- | ||
| title: "Choose an Installation Path" | ||
| description: "Choose the Kubernetes deployment workflow for Pangolin and Sites (Newt)." | ||
| --- | ||
|
|
||
| import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx"; | ||
|
|
||
| <PangolinCloudTocCta /> | ||
|
|
||
| Use this page to pick the right Kubernetes guide for your deployment workflow. | ||
|
|
||
| These guides assume you are already familiar with Kubernetes and the deployment tools listed below. | ||
|
|
||
| If you are new to Kubernetes, start with the [official Kubernetes learning resources](https://kubernetes.io/docs/tutorials/kubernetes-basics/) first. Then review the [Prerequisites](/self-host/manual/kubernetes/prerequisites) guide to check your cluster, tools, and setup. | ||
|
|
||
| ## Installation paths | ||
|
|
||
| | Path | Use when | Start here | | ||
| | --- | --- | --- | | ||
| | Helm | You want the standard chart-based installation path for Pangolin or Sites (Newt). | [Helm Quick-Start](/self-host/manual/kubernetes/helm) | | ||
| | Kustomize | You want manifest overlays, for example for environment-specific configuration, patches, or rendered manifests that can be reviewed before applying. | [Kustomize Quick-Start](/self-host/manual/kubernetes/kustomize) | | ||
| | Argo CD | You already use Argo CD and want to deploy Pangolin or Sites (Newt) through a Kubernetes-native GitOps workflow. | [Argo CD Guide](/self-host/manual/kubernetes/gitops/argocd) | | ||
| | Flux | You already use Flux and want to manage Pangolin or Sites (Newt) through `HelmRelease` or `Kustomization` resources. | [Flux Guide](/self-host/manual/kubernetes/gitops/flux) | | ||
| | Helmfile | You want to manage multiple related Helm releases as one stack. | [Helmfile Guide](/self-host/manual/kubernetes/helmfile) | | ||
|
|
||
| ## Recommended starting point | ||
|
|
||
| For most Kubernetes deployments, start with Helm. Use the GitOps guides only if Argo CD or Flux is already part of your deployment workflow. | ||
|
|
||
| Kustomize and Helmfile are useful when you need more control over manifests, overlays, or multiple coordinated releases. | ||
|
|
||
| ## Next steps | ||
|
|
||
| <CardGroup cols={2}> | ||
| <Card title="Prerequisites" href="/self-host/manual/kubernetes/prerequisites" icon="list-check"> | ||
| Review the required cluster, ingress, DNS, storage, and secret setup. | ||
| </Card> | ||
| <Card title="Helm Quick-Start" href="/self-host/manual/kubernetes/helm" icon="box"> | ||
| Install Pangolin or Sites (Newt) with the standard chart-based workflow. | ||
| </Card> | ||
| <Card title="Kustomize Quick-Start" href="/self-host/manual/kubernetes/kustomize" icon="layer-group"> | ||
| Use overlays and patches for manifest-based deployments. | ||
| </Card> | ||
| <Card title="Argo CD Guide" href="/self-host/manual/kubernetes/gitops/argocd" icon="code-branch"> | ||
| Deploy Pangolin or Sites (Newt) with Argo CD. | ||
| </Card> | ||
| <Card title="Flux Guide" href="/self-host/manual/kubernetes/gitops/flux" icon="code-branch"> | ||
| Deploy Pangolin or Sites (Newt) with Flux. | ||
| </Card> | ||
| <Card title="Helmfile Guide" href="/self-host/manual/kubernetes/helmfile" icon="boxes-stacked"> | ||
| Manage multiple Helm releases together. | ||
| </Card> | ||
| </CardGroup> |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.