995 B
995 B
layout | title | description | importance | github | category |
---|---|---|---|---|---|
page | kube-exam | Helm chart for Kubernetes deployment with configurable parameters. | 3 | https://git.slc.ar/slococo/kube-exam | university |
Overview
This project involves creating a Helm chart to simplify deploying three containers (REST API, database, React webapp) on Kubernetes. The chart allows easy customization for different needs.
Key features
- Easy deployment: the Helm chart lets you deploy each container separately, making management simpler and more flexible.
- Customizable settings: users can tweak settings like the number of API replicas, database version, and SSL setup to suit their needs.
- Automatic SSL setup: choosing SSL triggers the chart to create a self-signed certificate automatically, ensuring secure communication within Kubernetes.
- Resource efficiency: the chart optimizes Kubernetes resource usage, reducing the need for complex container scripts and boosting performance.