Cantitate/Preț
Produs

Kubernetes: Preparing for the CKA and CKAD Certifications

Autor Philippe Martin
en Limba Engleză Paperback – dec 2020
Master all the concepts and tools necessary to start administering a Kubernetes cluster and deploying applications to production. You will cover the entire curricula of the two Kubernetes certifications (for application developers and administrators).
The initial chapters guide you through deployment of a Kubernetes cluster on virtual machines and explore the different components of the control plane. Next, you will work with the kubectl command-line tool; namespaces, labels, selectors, and annotations—common resources used through the Kubernetes API. The following chapters describe the principle of controllers and detail how workload controllers work as well as the possibilities for configuring deployed applications.
You will also learn how to deploy a scalable and self-healing application, how pods are scheduled to nodes, how parts of the application can communicate, and how the application is discoverable from the outside. Next, you will cover security concerns describing the different authentication methods, the RBAC authorization mode, security contexts, network policies, and how to secure container images. You will also cover using persistent volumes for your containers to store long-term data, monitoring your clusters and applications and implementing design patterns for multi-container pods. The concluding chapters guide you through the upgrade of your deployed cluster.
After reading this book, you will have enough knowledge to deploy a complex application using a Kubernetes cluster and be ready for the certification exams.
What You Will Learn
  • Deploy a Kubernetes cluster with kubeadm and learn how the control plane works
  • Discover how the Kubernetes API is structured
  • Deploy secure, auto-scaled, and self-healing applications
  • Master the kubectl command-line tool
Who This Book Is For
Administrators and application developers with good knowledge of micro-services development and deployment.

Citește tot Restrânge

Preț: 24585 lei

Preț vechi: 30731 lei
-20% Nou

Puncte Express: 369

Preț estimativ în valută:
4708 5095$ 3925£

Carte disponibilă

Livrare economică 18 noiembrie-02 decembrie
Livrare express 02-08 noiembrie pentru 12352 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484264935
ISBN-10: 1484264932
Pagini: 200
Ilustrații: XIX, 231 p. 2 illus.
Dimensiuni: 155 x 235 x 22 mm
Greutate: 0.45 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

Chapter 1: Creating a Cluster with kubeadm.- Chapter 2: Control Plane Components.- Chapter 3: Accessing the Cluster.- Chapter 4: Kubernetes Resources.- Chapter 5: The Workloads.- Chapter 6: Configuring Applications.- Chapter 7: Scaling an Application.- Chapter 8: Application Self-Healing.- Chapter 9: Scheduling Pods.- Chapter 10: Discovery and Load Balancing.- Chapter 11: Security.- Chapter 12: Storage.- Chapter 13: Monitoring and Logging.- Chapter 14: Upgrading the Cluster.- Chapter 15: kubectl.

Notă biografică

Philippe Martin has been working with Kubernetes for three years, first by creating an operator to deploy video CDNs into the cloud, later helping companies deploy their applications into Kubernetes. Philippe passed the CKAD certification about a year ago and the CKA certification recently.
He has long experience with distributed systems and open-source software: he started his career 20 years ago creating thin clients based on the Linux kernel and open source components.
Philippe is active in the development of Kubernetes, especially its documentation, and participates in the translation of the official documentation into French, has edited two reference books about the Kubernetes API and kubectl, and is responsible for the French translation of the Kubernetes Dashboard.


Textul de pe ultima copertă

Master all the concepts and tools necessary to start administering a Kubernetes cluster and deploying applications to production. You will cover the entire curricula of the two Kubernetes certifications (for application developers and administrators).
The initial chapters guide you through deployment of a Kubernetes cluster on virtual machines and explore the different components of the control plane. Next, you will work with the kubectl command-line tool; namespaces, labels, selectors, and annotations—common resources used through the Kubernetes API. The following chapters describe the principle of controllers and detail how workload controllers work as well as the possibilities for configuring deployed applications.
You will also learn how to deploy a scalable and self-healing application, how pods are scheduled to nodes, how parts of the application can communicate, and how the application is discoverable from the outside. Next, you will cover security concerns describing the different authentication methods, the RBAC authorization mode, security contexts, network policies, and how to secure container images. You will also cover using persistent volumes for your containers to store long-term data, monitoring your clusters and applications and implementing design patterns for multi-container pods. The concluding chapters guide you through the upgrade of your deployed cluster.
After reading this book, you will have enough knowledge to deploy a complex application using a Kubernetes cluster and be ready for the certification exams.
You will:
  • Deploy a Kubernetes cluster with kubeadm and learn how the control plane works
  • Discover how the Kubernetes API is structured
  • Deploy secure, auto-scaled, and self-healing applications
  • Master the kubectl command-line tool

Caracteristici

Helps prepare for two Kubernetes certifications Covers all the major topics necessary to deploy and administer any application in Kubernetes Shows how to operate applications and clusters