From 724aa3b6432e79b9710cbb5ae00893d9d199717e Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Thu, 23 Jan 2025 22:36:11 +0700 Subject: [PATCH] Update content Signed-off-by: Willy Sudiarto Raharjo --- container-ti/index.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/container-ti/index.php b/container-ti/index.php index 34278b9..d207eeb 100644 --- a/container-ti/index.php +++ b/container-ti/index.php @@ -55,16 +55,17 @@ include "../includes/courses.php";
  • Docker Installation and Docker basics (Container, Images, Networks, Volumes)
  • Docker Compose
  • Docker Swarm
  • +
  • Docker Build and Docker Registries (Docker Hub)
  • Introduction to Amazon ECS
  • Introduction to Kubernetes Cluster Architectures and Installation
  • -
  • Kubernetes Workloads (Pods, Deployment, ReplicaSets, Jobs)
  • -
  • Kubernetes Networking Services (NodePort, ClusterIP, LoadBalancer, DNS)
  • +
  • Kubernetes Workloads (Pods, Deployment, ReplicaSets, NameSpaces)
  • +
  • Kubernetes Networking Services (NodePort, ClusterIP, LoadBalancer, DNS, Port Forwarding)
  • Kubernetes YAML
  • Kubernetes Ingress
  • Kubernetes Storage (Volume)
  • Kubernetes Configuration (ConfigMaps, Secrets)
  • Deploy Application Using Kubernetes
  • -
  • Automated CI using Github Actions
  • +
  • Automated CI using Github Actions (optional)