Skip to content

innovatrics/guard-helm-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

on your local machine, if you want use gui for observing kubernetes cluster

  1. Install Open Lens. You can download it from here.

  2. Install Aws CLI version 2. You can download it from here.

Inside dev container

  1. Open Solution in dev container

  2. Configure AWS CLI. If you haven't done this before, you can do it by running the following command and following the prompts:

aws configure

If you dont have credentials ask your aws admin.

  1. Run this command
aws eks update-kubeconfig --region eu-central-1 --name sf-cluster-guard --role-arn your-arn-role --alias sf-cluster-guard

How to use for fast proptotyping and changes

  1. Ensure that you are using right cluster.
kubectx
kubectx nameOfCluster # to switch cluster
  1. Go to guard folder. And run.
helm upgrade --install guard . --namespace guard

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published