From a5e9e2b944bc4573b0b429eaa5b41efeaf88a886 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Wed, 22 Jan 2025 10:22:18 +0700 Subject: [PATCH] Update content for container orchestration. Signed-off-by: Willy Sudiarto Raharjo --- container-ti/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/container-ti/index.php b/container-ti/index.php index d3f0b3c..7616edd 100644 --- a/container-ti/index.php +++ b/container-ti/index.php @@ -59,10 +59,11 @@ include "../includes/courses.php";
  • Introduction to Kubernetes Cluster Architectures and Installation
  • Kubernetes Workloads (Pods, Deployment, ReplicaSets, Jobs)
  • Kubernetes Networking Services (NodePort, ClusterIP, LoadBalancer, DNS, Ingress)
  • -
  • Kubernetes Storage
  • +
  • Kubernetes YAML
  • +
  • Kubernetes Storage (Volume)
  • Kubernetes Configuration (ConfigMaps, Secrets)
  • +
  • Deploy Application Using Kubernetes
  • Automated CI using Github Actions
  • -
  • Introduction to Amazon EKS