Getting Started
Requirements
- Kubernetes Cluster
- Helm Installed
Helm Installation
To start, you need to install the helm repository. This can be done via:
Application Configuration
Next, if you wish to see and edit the values, you can do:
This prints the default values tooutput.yaml, where you can edit them.
Application Installation
To install the application with default values, run:
If you need to use a specific files value, add -f fileName.yaml, so:
Once the application is installed, you can create a simple Server as discussed in Server.