The document presents a talk on Kubernetes and Helm, focusing on their roles in cloud native applications. It outlines key features, advantages, and challenges of Kubernetes, as well as the benefits and structure of Helm. The agenda includes a demo, project structure, and next steps for implementation.
Helm
What is Helm?
⬡Helm Charts help you
manage even the most
complex Kubernetes
application.
⬡ Helm is maintained by the
CNCF in collaboration with
Microsoft, Google, and the
contributor community.
9
10.
⬡ Open Source
⬡CNCF maintained
⬡ Manage dependencies
⬡ Templated configurations
⬡ Rollbacks
⬡ Easy updates
⬡ Easy to share
⬡ Helm Hub
But why?
10
⬡ The chartis a bundle of
information necessary to
create an instance of a
Kubernetes application.
⬡ A release is a running
instance of a chart,
combined with a specific
config.
⬡ The Helm Client is a
command-line client for end
users.
Key concepts
⬡ The Tiller Server is an in-
cluster server that interacts
with the Helm client, and
interfaces with the
Kubernetes API server.
⬡ Helm Hub is a cloud public
repository for built Charts.
13