Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Kubernetes Design Patterns and Extensions

You're reading from  Kubernetes Design Patterns and Extensions

Product type Book
Published in Sep 2018
Publisher Packt
ISBN-13 9781789619270
Pages 106 pages
Edition 1st Edition
Languages
Author (1):
Onur Yılmaz Onur Yılmaz
Profile icon Onur Yılmaz

Accessing the Kubernetes API

Kubernetes consists of several loosely-coupled components, with the principal idea of managing versioned resources. Kubernetes components can be divided into two sections: the control plane and node components. The control plane consists of the API Server, Controller Managers, and Schedulers. The API Server is the core management component and has the following functionalities:

  • Serves a REST API for the clients outside the cluster and Kubernetes components inside the cluster
  • Creates, deletes, and updates all of the Kubernetes resources, such as pods, deployments, and services
  • Stores the state of the objects in a distributed key/value store

Kubernetes API Style

The Kubernetes API is a RESTful...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}