Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/visaltyagi/kubernetes-case-study

How to Deploy a Sample Website on Kubernetes Using Ingress - Kubernetes Case Study
https://github.com/visaltyagi/kubernetes-case-study

case-study case-study-project docker kubernetes kubernetes-ingress kubernetes-ingress-controller kubernetes-service website yaml

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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