From 262b435326e1d0bbe8acc4deea10bf2270ff69e5 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Wed, 22 Jan 2025 12:52:59 +0700 Subject: [PATCH] update material. Signed-off-by: Willy Sudiarto Raharjo --- container-ti/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/container-ti/index.php b/container-ti/index.php index 7616edd..34278b9 100644 --- a/container-ti/index.php +++ b/container-ti/index.php @@ -58,8 +58,9 @@ include "../includes/courses.php";
  • Introduction to Amazon ECS
  • Introduction to Kubernetes Cluster Architectures and Installation
  • Kubernetes Workloads (Pods, Deployment, ReplicaSets, Jobs)
  • -
  • Kubernetes Networking Services (NodePort, ClusterIP, LoadBalancer, DNS, Ingress)
  • +
  • Kubernetes Networking Services (NodePort, ClusterIP, LoadBalancer, DNS)
  • Kubernetes YAML
  • +
  • Kubernetes Ingress
  • Kubernetes Storage (Volume)
  • Kubernetes Configuration (ConfigMaps, Secrets)
  • Deploy Application Using Kubernetes