DiptoChakrabarty / DiptoChakrabarty/learn_devops_with_projects
Running a Kubernetes ingress
Open
devops
hacktoberfest
kubernetes
- Dominant language
- Smarty
- Stars
- 7
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Create three types of kubernetes resources
- Two deployments of nginx which have different messages when we hit their main endpoint
- Create two services for each of the deployments
- Create a single ingress which redirects to first service on endpoint /first and second endpoint on endpoint /second
So for example for service1
```
curl http://localhost/first
{"Message" : "This is service 1"}
```
So for example for service2
```
curl http://localhost/second
{"Message" : "This is service 2"}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.