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: developer-concepts/readme.adoc
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
:toc:
2
-
3
1
= Kubernetes Developer Concepts
2
+
:toc:
3
+
:imagesdir: ../images
4
4
5
5
Kubernetes has a number of abstractions that map to API objects. These Kubernetes API Objects can be used to describe your cluster's desired state which will include info such as applications and workloads running, replicas, container images, networking resources and more. This section explains the key concepts relevant from an application developer perspecitve.
0 commit comments