Kubernetes initContainers | Wait for MySQL to be running using initContainers

Описание к видео Kubernetes initContainers | Wait for MySQL to be running using initContainers

In this video I looked into what are initContainers and some of the use cases why do we actually use them.
Later we actually modified our library application to run an initContiner that would run some dummy records in the database.

Web:
https://viveksingh.dev/


00:00 Introduction
00:26 Setup
00:35 What are initContainers
02:35 What do we mean by saying initContainers completing successfully
03:05 Differences between initContiners and main Containers
04:08 Use cases for initContainers
06:42 Specifying initContainers
07:54 Modifying library app to have initContainer that inserts some records into mysql database
11:56 Configuring initContainer for restapi deployment for library app
19:40 What happens when pod restart (idempotent code)
23:04 Like and Subscribe

Комментарии

Информация по комментариям в разработке