- person Penulis:
-
Dimas Maryanto
PT. Tabeldata Informatika
- account_balance_wallet Donasi via:
- Saweria a/n Dimas Maryanto
- lock_open Join Premium Members:
- Udemy.com
-
Daftar Materi
-
1. Pengenalan Kubernetes 9
-
2. Getting started with minikube 11
-
1. Overview learning environment with Minikube
2. Install minikube on Mac (Intel Chip)
3. Install minikube on Mac (Apple silicon Chip)
4. Install minikube for Windows 11/10 Users
5. Install minikube for Linux users
6. Deploying an apps/services into Kubernetes
7. Minikube basic control
8. Using your own image into Minikube cluster
9. Minikube addons features
10. Access your apps/service in minikube
11. Mounting filesystems to minikube cluster
-
3. Pods and Containers 13
-
1. Overview Pod and Container in Kubernetes
2. Kubernetes Workloads with Pods
3. Working with Pods
4. Basic Pods and Containers Configs
5. Pod & Container Lifecycle
6. Initialization of Containers
7. Configure env (Environment Variables) in a Pods
8. Configure Request and Limit of Resources (CPUs & Memory)
9. Configure liveness, readiness, and startup probes
10. Pod Disruptions
11. Overview Study Cases: Pod and Containers
12. Study Cases: Monolith apps (Laravel Web MVC)
13. Study cases: Microservice apps (Springboot Rest API)
-
4. Workload resources 3
-
5. Networking (service)
- Materi: belum tersedia...
-
6. Store data using Volumes
- Materi: belum tersedia...
-
7. Kubernetes Client
- Materi: belum tersedia...
-
8. Security RBAC
- Materi: belum tersedia...
-
9. Kubernetes Package manager
- Materi: belum tersedia...
-
10. Kubernetes cluster for Production grade
- Materi: belum tersedia...
-
11. Service mesh with istio
- Materi: belum tersedia...
-
12. Kubernetes on Cloud provider
- Materi: belum tersedia...
- Lastest Posts
- 09 Apr 23 Working with Deployment object
- 26 Feb 23 Study cases: Microservice apps (...
- 05 Feb 23 Welcome to the Nutanix HCF (Hybr...
- 04 Feb 23 Silabus SRE - Nutanix AHV: Pemul...
- 17 Jan 23 What is Workload Resources?
- 17 Jan 23 Overview Kubernetes Workloads re...
- 15 Jan 23 Getting started with Transaction...
- 14 Jan 23 Overview of Concurrency Control
- 14 Jan 23 Time your practice (part 3)
- 08 Jan 23 Cleanup Data from Table
Overview Pod and Container in Kubernetes
Hai semuanya, materi kali ini kita akan membahas tentang Pod dan Container pada Kubernetes (K8S). Mendifinisikan Pod dan Container adalah hal yang paling basic pada Orchestration Container System yang sering sekali dianggap remeh, karena kebanyakan orang2 sudah tidak lagi mendefined Pod dan Container secara explicit bisanya langsung menggunakan Controller seperti Deployment, Stateful, DaemonSet dan lain-lain.
Adapun meteri yang akan kita bahas terkait Pod dan Container yaitu
- What is Pod and Container?
- Working with Pod and Container
- Pod and Container spec
- Pod lifecyle
- Using InitContainer spec
- Using Environment and Secret to Pod
- Using Health check atau Container probe
- Using Resource request and limit
- Pod distruption
Mungkin sekian dulu yang bisa saya sampaikan mengenai beberapa hal yang perlu kita bahas di section kali ini, semoga temen-teman tertarik mengikuti karena ini adalah fundamental dari seluruh Orchestration Container System yang tidak hanya di implementasikan oleh Kubernetes tpi juga teknology sejenisnya.