Skip to content

shelleg/ac-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ant crasher deployment

Workstation Setup

Ensure you have the following tools installed:

  • kubectl
  • helm

Ensure you have the ac.fuse.tikal.io cluster context setup.

Ensure you have the incubator helm repository set-up:

helm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator

Install helm-s3 plugin:

helm plugin install https://github.com/hypnoglow/helm-s3.git

Add the ac-charts S3 helm repository:

helm repo add ac-charts s3://ac-charts/charts

Kubernetes Installation

See ./ac.fuse.tikal.io/

Ant Crasher Deploy

Use helm command-line tool to deploy ant-crasher:

kubectl create namespace ac
helm dep build ./helm/ant-umbrella
helm install --name ac --namespace ac ./helm/ant-umbrella

The ant-umbrella helm chart is an umbrella that deploys the following sub-charts:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published