Automated deployment of helm charts with python 40/72940/7
authorshreyagupta30 <shreyagupta3011@gmail.com>
Mon, 27 Sep 2021 09:05:36 +0000 (14:35 +0530)
committershreyagupta30 <shreyagupta3011@gmail.com>
Mon, 11 Oct 2021 17:46:53 +0000 (23:16 +0530)
commiteef9fef1141c6295b824b884ad86d645cd1c094f
tree1d1b6a8b08015eb190bb6cfbd56536ac4f10ad2d
parent17e20bfa70d1a9ce5e6ee6687245e3e22f3633a8
Automated deployment of helm charts with python

This patch adds demo helm charts and a python script that automatically deploys any helm chart of user's choice and print all the useful information about the chart.

Signed-off-by: Shreya Gupta <shreyagupta3011@gmail.com>
Change-Id: I06e3a8012602e09f601f70def386ef267c870e94
21 files changed:
.gitignore
docs/k8s/helm.rst [new file with mode: 0644]
tools/k8s/app-deployment/helm/charts/mynet.yaml [new file with mode: 0644]
tools/k8s/app-deployment/helm/charts/pod.yaml [new file with mode: 0644]
tools/k8s/app-deployment/helm/charts/proxchart/Chart.yaml [new file with mode: 0644]
tools/k8s/app-deployment/helm/charts/proxchart/templates/daemonset.yaml [new file with mode: 0644]
tools/k8s/app-deployment/helm/charts/proxchart/templates/deployment.yaml [new file with mode: 0644]
tools/k8s/app-deployment/helm/charts/proxchart/templates/service.yaml [new file with mode: 0644]
tools/k8s/app-deployment/helm/charts/proxchart/values.yaml [new file with mode: 0644]
tools/k8s/app-deployment/helm/charts/testpmdchart/Chart.yaml [new file with mode: 0644]
tools/k8s/app-deployment/helm/charts/testpmdchart/templates/daemonset.yaml [new file with mode: 0644]
tools/k8s/app-deployment/helm/charts/testpmdchart/templates/deployment.yaml [new file with mode: 0644]
tools/k8s/app-deployment/helm/charts/testpmdchart/templates/service.yaml [new file with mode: 0644]
tools/k8s/app-deployment/helm/charts/testpmdchart/values.yaml [new file with mode: 0644]
tools/k8s/app-deployment/helm/charts/trexchart/Chart.yaml [new file with mode: 0644]
tools/k8s/app-deployment/helm/charts/trexchart/templates/daemonset.yaml [new file with mode: 0644]
tools/k8s/app-deployment/helm/charts/trexchart/templates/deployment.yaml [new file with mode: 0644]
tools/k8s/app-deployment/helm/charts/trexchart/templates/service.yaml [new file with mode: 0644]
tools/k8s/app-deployment/helm/charts/trexchart/values.yaml [new file with mode: 0644]
tools/k8s/app-deployment/helm/pyscript/Pipfile [new file with mode: 0644]
tools/k8s/app-deployment/helm/pyscript/main.py [new file with mode: 0644]