Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.13 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.13 KB

Helm chart for Epinio

This Helm chart will install Epinio on a Kubernetes cluster. It is based on the official Helm chart.

Introduction

Epinio is an application Platform. It deploys on Kubernetes and allows application developers and operators to work together without stepping on each others work. (docs.epinio.io)

More information on rancher-ecosystem/epinio.

Quick start

  • Install Epinio in a Kubernetes cluster

💡 cert-manager must be installed

# makes sure devpro helm repository has been added
helm repo add devpro https://devpro.github.io/helm-charts
helm repo update

# installs the chart with default parameters
helm upgrade --install epinio devpro/epinio --create-namespace --namespace epinio

# removes the installation
helm uninstall epinio -n epinio
kubectl delete ns epinio

Going further

Look at the Contributing page.