Cargando…

Kubernetes operators : automating the container orchestration platform /

Operators are a way of packaging, deploying, and managing Kubernetes applications. A Kubernetes application doesn't just run on Kubernetes; it's composed and managed in Kubernetes terms. Operators add application-specific operational knowledge to a Kubernetes cluster, making it easier to a...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Dobies, Jason (Autor), Wood, Joshua (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly Media, [2020]
Edición:First edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Preface
  • Chapter 1. Operators Teach Kubernetes New Tricks
  • Chapter 2. Running Operators
  • Chapter 3. Operators at the Kubernetes Interface
  • Chapter 4. The Operator Framework
  • Chapter 5. Sample Application: Visitors Site
  • Chapter 6. Adapter Operators
  • Chapter 7. Operators in Go with the Operator SDK
  • Chapter 8. Operator Lifecycle Manager
  • Chapter 9. Operator Philosophy
  • Chapter 10. Getting Involved
  • Appendix A. Running an Operator as a Deployment Inside a Cluster
  • Appendix B. Custom Resource Validation
  • Appendix C. Role-Based Access Control (RBAC).