tree: 5b374a71b0ac26fe5442f8b7ecff1aa61b8a2321 [path history] [tgz]
  1. build.sh
  2. deploy.sh
  3. Dockerfile
  4. README.md
XTesting/richelm/README.md

Kubernetes tools for RIC CI/CD

kubernetes images with necessary tools that can be used as normal kubectl tool along with AWS EKS.

Installed tools

Why we need it

Mostly it is used during CI/CD (continuous integration and continuous delivery) or as part of an automated build/deployment

kubectl versions

You should check in kubernetes versions, it lists the kubectl version and used as image tags.

Involve with developing and testing

If you want to build these images by yourself, please follow below commands.

./build.sh static

Usage

# mount local folder with kube config in container.
docker run -ti --rm -w /apps -v ~/.kube:/root/.kube -t richelmlegacy:1.19.16