ASSESSMENTS

Chapter 1: Understanding Kubernetes and Helm

Here are some answers to the questions presented in this chapter:

  1. An application is monolithic if it contains all necessary logic and features in a single application. Monolithic applications can be broken up into multiple different applications, referred to as microservices.
  2. Kubernetes is a container orchestration tool. To give a few examples, it solves problems around workload scheduling, availability, and scalability.
  3. create, describe, edit, delete, and apply
  4. There are many different types of resources a user must understand in order to deploy an application. It is also challenging to maintain synchronized local and live states, manage application life cycle, and maintain boilerplate ...

Get Learn Helm 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.