Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/visaltyagi/kubernetes-case-study
- Owner: visaltyagi
- Created: 2024-07-20T10:44:58.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-20T11:27:32.000Z (4 months ago)
- Last Synced: 2024-09-30T23:01:26.469Z (about 2 months ago)
- Topics: case-study, case-study-project, docker, kubernetes, kubernetes-ingress, kubernetes-ingress-controller, kubernetes-service, website, yaml
- Homepage: https://medium.com/devops-guides/how-to-deploy-a-sample-website-on-kubernetes-using-ingress-kubernetes-case-study-1bcd0f54e2ae
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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