From the course: Kubernetes: Microservices
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Examine a ClusterIP service - Kubernetes Tutorial
From the course: Kubernetes: Microservices
Examine a ClusterIP service
- [Narrator] So far in this course, you've learned about the history of application deployments, you've spun up a cluster locally on your computer, you've deployed some microservices, and you've learned about the different kinds of service types in Kubernetes. Now, it's finally time for you to get some hands-on experience with the magic of Kubernetes internal networking. And the way that we're going to do that is by making an HTTP request to a cluster IP service. Let's go. The goal of this video is that you are able to make an HTTP get request to the Learning Resources Service and see its JSON payload. Remember, cluster IP addresses can only be accessed from within a cluster. And I also want to remind you that the Learning Service container is listening on Port 3,000. So in order to make an HTTP request inside of our Kubernetes cluster, we're going to have to somehow have an HTTP request service running from within the cluster. And the way that we're going to do that is with a tool…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
(Locked)
An overview of Kubernetes services8m
-
(Locked)
Examine a ClusterIP service9m 1s
-
(Locked)
Examine a NodePort service5m 15s
-
(Locked)
Examine a LoadBalancer service7m 17s
-
(Locked)
Challenge: Deploy and test a new microservice1m 4s
-
(Locked)
Solution: Deploy and test a new microservice4m 53s
-
(Locked)
-
-