C-D-theory

🧪 Class Task: 25 March – Kubernetes Apache Deployment


PART 1: Deploy Apache Web Server

Step 1: Create Apache Deployment

Apache Deployment

This screenshot shows creation of Apache deployment using Kubernetes.


Step 2: Verify Deployment Running

Verify Deployment

This screenshot shows verification that Apache deployment is running successfully.


PART 2: Verify Apache is Running

Step 1: Check Pods

Check Pods

This screenshot shows running pods for Apache deployment.


Step 2: Access Apache Web Server

Apache Output

This screenshot shows Apache server running successfully.


PART 3: Modify Apache Deployment

Step 1: Modify Deployment

Modify Deployment

This screenshot shows modification of Apache deployment.


Step 2: Verify Changes

Verify Changes

This screenshot shows verification after modifying deployment.


PART 4: Scale Apache Deployment

Step 1: Scale Deployment

Scale Deployment

This screenshot shows scaling Apache deployment.


Step 2: Verify Scaling

Verify Scaling

This screenshot shows multiple pods after scaling.


PART 5: Debug Apache Deployment

Step 1: Describe Pod

Describe Pod

This screenshot shows describing the pod for debugging.


Step 2: View Logs

View Logs

This screenshot shows logs of Apache container.


Step 3: Debug Output

Debug Output

This screenshot shows debugging output.