DiptoChakrabarty / learn_devops_with_projects

Learn Devops by practical projects . Includes all tech stacks including k8s, ansible , docker , python and more
MIT License
6 stars 5 forks source link

Running a Kubernetes ingress #5

Open DiptoChakrabarty opened 9 months ago

DiptoChakrabarty commented 9 months ago

Create three types of kubernetes resources

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"}
selamanse commented 9 months ago

I'd like to try this one, can you assign me plz?

DiptoChakrabarty commented 9 months ago

sure please go ahead