Pods follow a defined lifecycle, starting in the Pending phase, moving through Running phase, and then through either the Succeeded or Failed phases.
Continue reading “[Kubernetes] Pod Lifecycle and Probes”Tag Archives: Docker
Terraform – Install on Amazon Linux 2
This tutorial shows how to install Terraform on the Linux machine (Amazon Linux 2).
Continue reading “Terraform – Install on Amazon Linux 2”Docker – Install on Amazon Linux 2
This tutorial shows how to install Docker on the Linux machine (Amazon Linux 2).
Continue reading “Docker – Install on Amazon Linux 2”Terraform – Install on Ubuntu Focal 20.04
This tutorial shows how to install Terraform on the Linux machine (Ubuntu Focal 20.04).
Continue reading “Terraform – Install on Ubuntu Focal 20.04”Terraform – Install on CentOS 8
This tutorial shows how to install Terraform on the Linux machine (CentOS 8). CentOS 8 uses DNF (Dandified yum) as a package manager.
Continue reading “Terraform – Install on CentOS 8”[Kubernetes] SecurityContext
Kubernetes organizes and launches container processes. You can configure which user or group will launch the process in a docker level or in a Kubernetes level.
Continue reading “[Kubernetes] SecurityContext”[Kubernetes] Commands
When you run a container in a pod, you might want to run a command at the start-up. The process consists of 2 stages – at the container (docker) level and at the Kubernetes level.
Continue reading “[Kubernetes] Commands”Docker Logging Drivers
A logging driver is a pluggable framework for accessing log data from Docker services and containers.
Continue reading “Docker Logging Drivers”