Skip to content

Commit

Permalink
docs: setting the status as provisional
Browse files Browse the repository at this point in the history
Co-authored-by: Adolfo R. Brandes <adolfo@opencraft.com>
  • Loading branch information
felipemontoya and Adolfo R. Brandes committed Feb 7, 2023
1 parent bcece17 commit f8256b3
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Deploying Open edX on Kubernetes Using Helm
Status
******

Draft
Provisional


Context
Expand Down Expand Up @@ -47,9 +47,9 @@ Helm Considerations

Helm is the best known package manager for Kubernetes. It's status as a graduated project from the Cloud Native Computing Foundation is a clear indication of the thriving adoption, open governance and commitment to the open community.

Helm makes it possible to packages and publish charts, which can be rendered as kubernetes manifests. This charts provide robust support for versioning, deployment and rollback. At the same time Helm makes it easy for operators to customize application configurations during deployment and for developers to provide sensible defaults.
Helm makes it possible to package and publish charts, which can be rendered as kubernetes manifests. These charts provide robust support for versioning, deployment and rollback. At the same time Helm makes it easy for operators to customize application configurations during deployment and for developers to provide sensible defaults.

Charts are build with the Go language templating engine which is a drawback since it means adding a new language to the ecosystem with a new learning curve. This is considered acceptable due to the large adoption of Helm in the devops community.
Charts are built with the Go language templating engine. This is a drawback, since it means adding a new language to the ecosystem with a new learning curve. Nevertheless, this is considered acceptable due to the large adoption of Helm in the devops community.


Best Practices
Expand Down Expand Up @@ -113,6 +113,12 @@ A `working proof of concept`_ that was writen as part of the research for this A
Change History
**************

2023--30
==========

* Document updated to include community feedback.


2022-11-30
==========

Expand Down

0 comments on commit f8256b3

Please sign in to comment.