Introducing Kubernetes API objects

Kubernetes defines an API that is used to manage different types of objects or resources, as they are also known as. Some of the most commonly used types, or kindsas they are referred to in the API, are as follows in my experience:

  • Node: A node represents a server, virtual or physical, in the cluster.
  • Pod: A pod represents the smallest possible deployable component in Kubernetes, consisting of one or more co-located containers. Typically, a pod consists of one container, but there are use cases for extending the functionality of the main container by running the second container in a pod. In Chapter 18, Using a Service Mesh to Improve Observability and Management, a second container will be used in the ...

Get Hands-On Microservices with Spring Boot and Spring Cloud now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.