Skip to content

visaltyagi/Kubernetes-Case-Study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes-Case-Study

How to Deploy a Sample Website on Kubernetes Using Ingress - Kubernetes Case Study

For the detailed solution to this assignment, click this link: https://medium.com/devops-guides/how-to-deploy-a-sample-website-on-kubernetes-using-ingress-kubernetes-case-study-1bcd0f54e2ae

#1: Create an Instance

#2: Update the Machine

#3: Install the MiniKube

#4: Clone the Repository

#5: Create a Dockerfile & Build the Image

#6: Rename the Image.

#7: Push the Image to the DockerHub.

#8: Deploy the Apache2 & Custom Image with 2 Replicas

#9: Expose Both (Apache2 & Custom) Replicas on “NodePort” for Creating a Service.

#10: Create an ingress.yaml file

#11: Create the Ingress & Find the ingress

#12: Apply Port Forwarding to Open the Web Page on Separate Port

#13: Accessing the Custom & Apache Web Page using Browser