• Wyszukiwanie zaawansowane
  • Kategorie
  • Kategorie BISAC
  • Książki na zamówienie
  • Promocje
  • Granty
  • Książka na prezent
  • Opinie
  • Pomoc
  • Załóż konto
  • Zaloguj się

Extending Kubernetes: Elevate Kubernetes with Extension Patterns, Operators, and Plugins » książka

zaloguj się | załóż konto
Logo Krainaksiazek.pl

koszyk

konto

szukaj
topmenu
Księgarnia internetowa
Szukaj
Książki na zamówienie
Promocje
Granty
Książka na prezent
Moje konto
Pomoc
 
 
Wyszukiwanie zaawansowane
Pusty koszyk
Bezpłatna dostawa dla zamówień powyżej 20 złBezpłatna dostawa dla zamówień powyżej 20 zł

Kategorie główne

• Nauka
 [2950560]
• Literatura piękna
 [1849509]

  więcej...
• Turystyka
 [71097]
• Informatyka
 [151150]
• Komiksy
 [35848]
• Encyklopedie
 [23178]
• Dziecięca
 [617388]
• Hobby
 [139064]
• AudioBooki
 [1657]
• Literatura faktu
 [228597]
• Muzyka CD
 [383]
• Słowniki
 [2855]
• Inne
 [445295]
• Kalendarze
 [1464]
• Podręczniki
 [167547]
• Poradniki
 [480102]
• Religia
 [510749]
• Czasopisma
 [516]
• Sport
 [61293]
• Sztuka
 [243352]
• CD, DVD, Video
 [3414]
• Technologie
 [219456]
• Zdrowie
 [101002]
• Książkowe Klimaty
 [124]
• Zabawki
 [2311]
• Puzzle, gry
 [3459]
• Literatura w języku ukraińskim
 [254]
• Art. papiernicze i szkolne
 [8079]
Kategorie szczegółowe BISAC

Extending Kubernetes: Elevate Kubernetes with Extension Patterns, Operators, and Plugins

ISBN-13: 9781484270943 / Angielski / Miękka / 2021 / 247 str.

Onur Yilmaz
Extending Kubernetes: Elevate Kubernetes with Extension Patterns, Operators, and Plugins Onur Yilmaz 9781484270943 Apress - książkaWidoczna okładka, to zdjęcie poglądowe, a rzeczywista szata graficzna może różnić się od prezentowanej.

Extending Kubernetes: Elevate Kubernetes with Extension Patterns, Operators, and Plugins

ISBN-13: 9781484270943 / Angielski / Miękka / 2021 / 247 str.

Onur Yilmaz
cena 241,50
(netto: 230,00 VAT:  5%)

Najniższa cena z 30 dni: 231,29
Termin realizacji zamówienia:
ok. 22 dni roboczych
Dostawa w 2026 r.

Darmowa dostawa!

Intermediate-Advanced user level

Kategorie:
Informatyka
Kategorie BISAC:
Computers > Languages - General
Computers > Distributed Systems - Cloud Computing
Wydawca:
Apress
Język:
Angielski
ISBN-13:
9781484270943
Rok wydania:
2021
Ilość stron:
247
Waga:
0.37 kg
Wymiary:
23.39 x 15.6 x 1.4
Oprawa:
Miękka
Wolumenów:
01
Dodatkowe informacje:
Wydanie ilustrowane

Chapter 1:  Introduction

Chapter Goal: Provide an introduction to Kubernetes, configuration options, extension patterns, and extension points with real-life use cases

No of pages: 25-30   

Sub-Topics:

1.    Kubernetes Recap

2.    Configuring  Kubernetes Cluster

3.    Kubernetes Extension Patterns

4.    Kubernetes Extension Points

 

Chapter 2:  kubectl plugins

Chapter Goal: Understand how to extend  Kubernetes CLI tool, kubectl, for the custom requirements. How to develop, install and release new plugins for kubectl

No of pages: 30-35   

Sub-Topics:

  1. kubectl Installation and Usage
  2. kubectl Plugin Design
  3. Create Your First kubectl Plugin
  4. Plugin Repository and Lifecycle
 

Chapter 3:  API Flow Extensions

Chapter Goal: Understand the flow of  Kubernetes API server to handle requests. Learn how to extend the flow with authentication, authorization, and admission controls.

No of pages: 25-30   

Sub -Topics:

  1. Authentication Webhooks
  2. Authorization Webhooks
  3. Dynamic Admission Control

 

Chapter 4:  Extending  Kubernetes API

Chapter Goal: Discuss how  Kubernetes API can be extended with custom resources and the automation of the custom resources, namely operators.

No of pages: 50-55   

Sub-Topics:

  • Kubernetes API Overview
  • Kubernetes Client Libraries
  • Custom Resources in Kubernetes
  • Operator Pattern in Kubernetes
  • kubebuilder Framework
  • Operators in Action
  •  

     

    Chapter 5:  Scheduler Extensions

    Chapter Goal: Learn how  Kubernetes scheduling mechanism works and how it could be extended. Write, deploy, and use a custom scheduler for  Kubernetes cluster.

    No of pages: 35-40   

    Sub-Topics:

    1. Kubernetes Scheduler Overview
    2. Develop and Deploy a Custom Scheduler
    3. Configure and Manage Multiple Schedulers 

     

    Chapter 6: Infrastructure Extensions

    Chapter Goal: Discover how Kubernetes interacts with the infrastructure in terms of storage and networking. Learn how to extend Kubernetes clusters with new pod networking and volume drivers.

    No of pages: 25-30   

    Sub-Topics:

  • Storage Plugins
  • Network Plugins (They are still in development, and in alpha stage, if they become stable, it is an excellent asset to have in the book) 
  •  

    Chapter 7: Upcoming Extension Points

    Chapter Goal: Summarize the extension points of Kubernetes and discuss the upcoming trends and libraries in the market.

    No of pages: 20-25

    Onur Yilmaz is a senior software engineer at a multinational enterprise software company. He is a Certified Kubernetes Administrator (CKA) and works on Kubernetes and cloud management systems. He is a keen supporter of cutting-edge technologies, including Docker, Kubernetes, and cloud-native applications. He is the author of multiple books on Kubernetes, Docker, serverless architectures, and cloud-native continuous integration and delivery. He has one master and two bachelor degrees in the engineering field.

    Rely on this comprehensive guide to understand the extension patterns and discover the extension plugins for Kubernetes.

    In this book, state-of-the-art extension patterns and extension points of Kubernetes are covered in depth with real-life use cases and examples. There are comprehensive discussions in the text on all possible aspects of Kubernetes, starting from end-user to the fully-automated controller development. The book focuses on creating applications that work on Kubernetes and also interact and operate Kubernetes itself.

    The book starts with a recap of Kubernetes, its rich configuration options, extension patterns, and points. The journey of extending Kubernetes starts with the CLI tool plugins. By the end of this section, you will be able to create and manage kubectl plugins. Then, the API access plugins with authentication and authorization webhooks are presented. In this section, you will learn how to extend and interfere with the API flow of Kubernetes. You then move on to learn how to extend Kubernetes API with new resources and controllers. You will make Kubernetes API work for you by creating a Kubernetes operator. Extensions for Kubernetes schedulers are covered to create a custom scheduler and run it side-by-side with the default scheduler. Finally, the last extension points will be discussed for the infrastructure, such as networking or storage. At the end of the text, you will learn the upcoming extension points. This book is designed to cover all the extension points of Kubernetes with state-of-the-art implementations. 

    This book is intended for those who wish to understand Kubernetes in depth and go further by making Kubernetes work for their custom requirements. By the end of this book, readers with a cloud-native mindset will broaden their vision to create future-proof applications. Rather than focus on overwhelming theoretical information and YAML files for Kubernetes resources, readers are provided with the philosophy behind Kubernetes extensions. With real-life examples and hands-on development steps, you will be more confident in working with Kubernetes.

    You will:

    • Know the Kubernetes extension patterns and available extension points 
    • Be familiar with the philosophy behind Kubernetes extensions and how they should be integrated into the clusters
    • Design Kubernetes extensions and make Kubernetes work for you
    • Develop, deploy, and operate plugins for Kubernetes ranging from the CLI tool to custom resources, schedulers, infrastructure, and more 
    • Study real-life use cases for extending Kubernetes with code examples




    Udostępnij

    Facebook - konto krainaksiazek.pl



    Opinie o Krainaksiazek.pl na Opineo.pl

    Partner Mybenefit

    Krainaksiazek.pl w programie rzetelna firma Krainaksiaze.pl - płatności przez paypal

    Czytaj nas na:

    Facebook - krainaksiazek.pl
    • książki na zamówienie
    • granty
    • książka na prezent
    • kontakt
    • pomoc
    • opinie
    • regulamin
    • polityka prywatności

    Zobacz:

    • Księgarnia czeska

    • Wydawnictwo Książkowe Klimaty

    1997-2025 DolnySlask.com Agencja Internetowa

    © 1997-2022 krainaksiazek.pl
         
    KONTAKT | REGULAMIN | POLITYKA PRYWATNOŚCI | USTAWIENIA PRYWATNOŚCI
    Zobacz: Księgarnia Czeska | Wydawnictwo Książkowe Klimaty | Mapa strony | Lista autorów
    KrainaKsiazek.PL - Księgarnia Internetowa
    Polityka prywatnosci - link
    Krainaksiazek.pl - płatnośc Przelewy24
    Przechowalnia Przechowalnia