You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 03-Kubernetes-Fundamentals-with-kubectl/03-04-Services-with-kubectl/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
2. NodePort
7
7
3. LoadBalancer
8
8
4. ExternalName
9
+
5. Ingress
9
10
- We are going to look in to ClusterIP and LoadBalancer Service in this section with a detailed example.
10
11
- LoadBalancer Type is primarily for cloud providers and it will differ cloud to cloud, so we will do it accordingly (per cloud basis)
11
12
- ExternalName doesn't have Imperative commands and we need to write YAML definition for the same, so we will look in to it as and when it is required in our course.
0 commit comments