sknrao / richelm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

export REBUILD=true
bash ./build.sh <static>

Usage

# mount local folder with kube config in container.
docker run -ti --rm -w /apps \
    -v ~/.kube:/root/.kube \
    <imagename>

About


Languages

Language:Dockerfile 52.7%Language:Shell 47.3%