5

Helm Dependency Management

As you may recall from Chapter 4, Scaffolding a New Helm Chart, the Helm chart we are developing, guestbook, will deploy two primary components. The first is a Redis backend, which is used to persist a list of messages. The second component is the frontend, where the user enters the messages in a text box. In this chapter, we will focus on updating our Helm chart to deploy the first major component – Redis.

To deploy Redis, you may assume that we will need to make vast modifications to our existing guestbook chart. However, this is not necessarily the case. There are many Redis Helm charts available in Artifact Hub, and as a result, we can use the dependency management features of Helm and declare one of those ...

Get Managing Kubernetes Resources Using Helm - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.