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)