Skip to content

castelblanque/apps-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apps-helm

Goal

This Helm chart deploys the "apps" application into your Kubernetes cluster.

Projects deployed:

Installation

  1. Get a running Kubernetes cluster (e.g. minikube or any cloud provider). Make sure access is correctly setup.

  2. Checkout/clone this project

  3. Install app with Helm

    helm dependency update
    helm install apps-helm ./
  4. Once installed by Helm, get the IP of the load balancer with

    kubectl get ingress apps-helm --output jsonpath='{.status.loadBalancer.ingress[0].ip}'

  5. Add a record in the local hosts file pointing the obtained IP to apps-example.local

  6. Browse to the home page