• Complain

Philippe Martin - Kubernetes: Preparing for the CKA and CKAD Certifications

Here you can read online Philippe Martin - Kubernetes: Preparing for the CKA and CKAD Certifications full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2021, publisher: Apress, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Philippe Martin Kubernetes: Preparing for the CKA and CKAD Certifications
  • Book:
    Kubernetes: Preparing for the CKA and CKAD Certifications
  • Author:
  • Publisher:
    Apress
  • Genre:
  • Year:
    2021
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

Kubernetes: Preparing for the CKA and CKAD Certifications: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Kubernetes: Preparing for the CKA and CKAD Certifications" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Philippe Martin: author's other books


Who wrote Kubernetes: Preparing for the CKA and CKAD Certifications? Find out the surname, the name of the author of the book and a list of all author's works by series.

Kubernetes: Preparing for the CKA and CKAD Certifications — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Kubernetes: Preparing for the CKA and CKAD Certifications" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Contents
Landmarks
Book cover of Kubernetes Philippe Martin Kubernetes Preparing for the CKA - photo 1
Book cover of Kubernetes
Philippe Martin
Kubernetes
Preparing for the CKA and CKAD Certifications
1st ed.
Logo of the publisher Philippe Martin Gif-sur-Yvette France Any source - photo 2
Logo of the publisher
Philippe Martin
Gif-sur-Yvette, France

Any source code or other supplementary material referenced by the author in this book is available to readers on GitHub via the books product page, located at www.apress.com/978-1-4842-6493-5 . For more detailed information, please visit http://www.apress.com/source-code .

ISBN 978-1-4842-6493-5 e-ISBN 978-1-4842-6494-2
https://doi.org/10.1007/978-1-4842-6494-2
Philippe Martin 2021
Standard Apress
Trademarked names, logos, and images may appear in this book. Rather than use a trademark symbol with every occurrence of a trademarked name, logo, or image we use the names, logos, and images only in an editorial fashion and to the benefit of the trademark owner, with no intention of infringement of the trademark. The use in this publication of trade names, trademarks, service marks, and similar terms, even if they are not identified as such, is not to be taken as an expression of opinion as to whether or not they are subject to proprietary rights.
The publisher, the authors and the editors are safe to assume that the advice and information in this book are believed to be true and accurate at the date of publication. Neither the publisher nor the authors or the editors give a warranty, express or implied, with respect to the material contained herein or for any errors or omissions that may have been made. The publisher remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Distributed to the book trade worldwide by Springer Science+Business Media New York, 1 New York Plaza, Suite 4600, New York, NY 10004-1562, USA. Phone 1-800-SPRINGER, fax (201) 348-4505, e-mail orders-ny@springer-sbm.com, or visit www.springeronline.com. Apress Media, LLC is a California LLC and the sole member (owner) is Springer Science + Business Media Finance Inc (SSBM Finance Inc). SSBM Finance Inc is a Delaware corporation.

To Mlina and Elsa, my source of truth

Introduction

Kubernetes is a recent platform, based on more than ten years of experience in cloud computing by big companies like Google, its creator. It is considered complex as it includes all the concepts to run diverse applications in a large variety of environments.

This book, based on the curricula of the two Kubernetes certifications (Application Developer and Administrator), introduces all the concepts and tools necessary to administer a Kubernetes cluster and deploy applications in production.

The target reader for this book is an application developer or a system administrator having a good knowledge in microservice development and deployment.

We are going to assume that you know how to create container images and deploy containers with Docker or Docker Compose and that you have some experience installing and managing Linux servers on virtual machines (VMs).

This book includes 16 chapters. The first three chapters cover the installation of a fresh new cluster, the exploration of its components, and the installation of its CLI. Chapters cover the observability of your application and the maintenance of your cluster. The last chapter is a wrap-up of the commands provided by the Kubernetes CLI and its companions:
  • Chapter is a walk-through to install a Kubernetes cluster using kubeadm on virtual machines in Google Cloud Platform.

  • Chapter explores the components installed during the previous chapter.

  • Chapter .

  • Chapter explains what the building blocks of a Kubernetes application are, how to partition them using namespaces, and how to decorate them using labels and annotations.

  • Chapter describes the principle of controllers, omnipresent in Kubernetes, and details how workload controllers work.

  • Chapter enumerates and dives into the possibilities for configuring your applications.

  • Chapter explores the ways to scale your workloads manually or automatically.

  • Chapter explains how to set up your application to make it self-healing with the help of controllers, probes, and resource limits.

  • Chapter explores the different ways to control the schedule of workloads on cluster nodes.

  • Chapter explains how workloads are made accessible with services and ingresses.

  • Chapter covers the different authentication methods, the RBAC authorization model, security contexts, network policies, and how to secure container images.

  • Chapter covers the use of persistent volumes to make your applications stateful.

  • Chapter explains the main design patterns for multi-container Pods.

  • Chapter shows you the basic possibilities for logging and monitoring.

  • Chapter is a walk-through to upgrade your cluster.

  • Chapter details the commands available with the kubectl CLI and covers the Helm and Kustomize tools to make the deployment of your applications easier.

  • Appendixes detail the curricula for the CKA and CKAD certifications.

Table of Contents
About the Author
Philippe Martin
has been working with Kubernetes for three years first by creating an operator - photo 3
has been working with Kubernetes for three years, first by creating an operator to deploy video CDNs into the cloud and later helping companies deploy their applications into Kubernetes. Philippe passed CKAD certification about a year ago and 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 the Kubernetes community, especially its documentation, and participates in the translation of the official documentation in French, has edited two reference books about Kubernetes API and kubectl, and is responsible for French translation of the Kubernetes Dashboard.

About the Technical Reviewer
Prasanth Sahoo
is a thought leader an adjunct professor a technical speaker and a full-time - photo 4
is a thought leader, an adjunct professor, a technical speaker, and a full-time practitioner in Blockchain, Cloud, and Scrum working for Tata Consultancy Services. He has implemented solution architectures with automating and orchestrating workloads on cloud service providers like Microsoft Azure and Google Cloud and also led cross-functional teams to achieve their goals using agile methodologies. He is passionate about driving digital technology initiatives by handling various community initiatives through coaching, mentoring, and grooming techniques.

He is a working group member in the Blockchain Council, CryptoCurrency Certification Consortium, Scrum Alliance, Scrum Organization, and International Institute of Business Analysis.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Kubernetes: Preparing for the CKA and CKAD Certifications»

Look at similar books to Kubernetes: Preparing for the CKA and CKAD Certifications. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Kubernetes: Preparing for the CKA and CKAD Certifications»

Discussion, reviews of the book Kubernetes: Preparing for the CKA and CKAD Certifications and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.