docs: add new md file for depolying on kubernetes cluster with kustomize#76
Open
tdivoll wants to merge 1 commit into
Open
docs: add new md file for depolying on kubernetes cluster with kustomize#76tdivoll wants to merge 1 commit into
tdivoll wants to merge 1 commit into
Conversation
Author
|
@ChrisJohnNOAA , closes #74. I expect Docusaurus to render the :::tip :::, :::info :::, and :::note ::: admonitions when it builds. |
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.
This pull request adds a comprehensive new guide to the documentation for deploying ERDDAP on Kubernetes. The guide covers all major aspects of running ERDDAP in a Kubernetes environment, including persistent storage, deployment configuration, networking, environment management with Kustomize, and dataset XML management. This addition is intended to help administrators set up scalable, production-ready ERDDAP deployments using standard Kubernetes tools and best practices.
Key additions in the new guide:
Kubernetes Deployment Overview:
PersistentVolumeClaim, and deployment using the official ERDDAP Docker image.Configuration and Best Practices:
TZ,TOMCAT_USER_ID,ERDDAP_baseUrl) and volume mounts to ensure correct permissions, logging, and URL routing in a Kubernetes context.Networking and Exposure:
ServiceandIngressresources, including annotations for TLS and routing, to expose ERDDAP securely and reliably.Environment Management with Kustomize: