helm test test details

1. Introduction The test templates / in helm chart is located in this directory and is a job definition that specifies the container with the given command to run. The container should exit successfully (exit 0), and the test is considered successful. Job definition: Helm sh/hook: test. Note that before Helm v3, the job definition needs ...

Added by binto on Thu, 10 Mar 2022 11:24:07 +0200

Get twice the result with half the effort: understanding and using Helm

What's Helm? Helm is the package manager of Kubernetes. Like package management tools such as yum and apt, helm can easily deploy the applications we want with one click. Writing Helm has three main goals: 1. Easily realize "from zero to Kubernetes"; 2. Provide a software package management system similar to the operating syste ...

Added by g7pwx on Sun, 20 Feb 2022 19:03:11 +0200

V Helm Chart variable / naming template

variable 1. Concept Functions, pipe symbols, objects and control structures can be controlled. We turn to one of the more basic ideas in many programming languages: variables. In the template, it is rarely used. But we can use variables to simplify the code and make better use of with and range. We will see the failure in the followin ...

Added by phpbeginner0120 on Tue, 08 Feb 2022 06:09:29 +0200

Kubernetes HPA controllable elastic scaling based on Prometheus custom indicators

stay Did you use Kubernetes autoscale correctly The article describes in detail how to use Kubernetes' automatic scaling. There are three main types of elastic expansion in Kubernetes: HPA, VPA and CA. This article will not be explained in detail. Those who are interested can see that article. Here we mainly focus on the horizontal scaling of ...

Added by flyersun on Tue, 18 Jan 2022 22:59:02 +0200

kubernetes(k8s) notes Helm

What is HelmBefore using helm to deploy applications to kubernetes, we need to deploy deployment, svc, etc. in turn. The steps are cumbersome. Moreover, with the microservicing of many projects, the deployment and management of complex applications in containers become more complex. Helm supports release version management and control by packag ...

Added by alexszilagyi on Fri, 10 Dec 2021 17:08:27 +0200