Skip to content

Your development team has eventually developed container based application of `details app`, which can run from docker containers with the help of docker-compose, yet due to new requirements, you have to deploy it to k3s cluster and not onto docker compose environement.

Notifications You must be signed in to change notification settings

DanorSODA/K8S-Helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

details-app Helm Chart

This Helm chart is used to deploy the details-app and a PostgreSQL database into a Kubernetes cluster, specifically for a K3s environment. The application is designed to be containerized, and the deployment is configured for high availability with two replicas of the details-app and a single PostgreSQL instance with persistent storage.

Prerequisites

Before you can deploy this Helm chart, ensure that you have the following tools installed:

  1. Kubernetes Cluster (K3s) Make sure you have a working K3s cluster set up. You can install K3s on your local environment using the following command:
curl -sfL https://get.k3s.io | sh -
  1. Helm

Helm is required to install the details-app chart. Install Helm by running:

curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash

About

Your development team has eventually developed container based application of `details app`, which can run from docker containers with the help of docker-compose, yet due to new requirements, you have to deploy it to k3s cluster and not onto docker compose environement.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published