1
0
Fork 0
Go to file
sido 8e466ac94a chore(docs): updated documentation 2018-05-30 23:21:29 +02:00
httpd/v1.0.0 feat(httpd): added httpd 2018-05-29 10:10:05 +02:00
jenkins/v1.0.0 fix(test): updated helm charts for test purposes 2018-05-30 23:16:22 +02:00
nexus/v1.0.0 fix(test): updated helm charts for test purposes 2018-05-30 23:16:22 +02:00
.gitignore feat(services): added jenkins and nexus 2018-05-23 21:04:25 +02:00
README.md chore(docs): updated documentation 2018-05-30 23:21:29 +02:00

README.md

MOLGENIS Helm templates

Usefull commands for Kubernetes

  • kubectl get pods Gets alls running instances of containers from a certain deployment
  • kubectl get services Gets all services from a deployment
  • kubectl get pv Gets all persistant volumes
  • kubectl get pvc Gets all persistent volume claims
  • kubectl get deployments Gets all deployments (comparable with docker-compose)

Usefull commands for Helm

  • helm install . Do it in the root of the project where the Chart.yaml is located It installs a release of a kubernetes stack. You also store this as an artifact in a kubernetes repository
  • helm list Lists all installed releases
  • helm delete #release# Performs a sort of mvn clean on your workspace. Very handy for zombie persistant volumes or claims.