Érase una vez Kubernetes (Érase una vez Kubernetes)
Érase una vez Kubernetes
Plataforma para gestionar Contenedores
Sobre este libro
Este es un libro diseñado para aprender Kubernetes.
Si no tienes conocimientos previos en Kubernetes este libro te ayudará a dar los primeros pasos y luego muchos pasos más. Sin embargo, si tienes conocimientos previos podrás reafirmar tus conceptos y practicar tus habilidades con interesantes ejercicios.
El libro incluye ejercicios para realizar de forma individual y también un sistema de evaluación interno que le informará si su respuesta es correcta o no.
¡Todo en un mismo libro! ¿Qué estás esperando para tener el tuyo?
Table of Contents
-
Acerca de este libro
- ¿Por qué se ha escrito?
- ¿Cómo utilizarlo?
- Conocimientos previos necesarios
- Código fuente
- Ejercicios y actividades
- Comentarios y sugerencias
-
Entrando en contexto
- La era de los contenedores
- Los orquestadores de contenedores
- ¿Qué es Kubernetes?
- ¿Qué No es Kubernetes?
- Resumen del capítulo
-
Instalando Kubernetes
- Entornos de Kubernetes disponibles
- Selección del entorno a utilizar
- Instalación del cluster de Kubernetes
- Área de trabajo
- Eliminar el cluster local
- Resumen del capítulo
-
Arquitectura de Kubernetes
- Componentes del nodo master
- Componentes del nodo
- Complementos en Kubernetes
- Resumen del capítulo
-
Objetos en Kubernetes
- Los objetos Spec y Status
- Comandos desde Kubectl
- Resumen del capítulo
-
Pods
- Crear cluster de Kubernetes
- Primer Pod en marcha
- Obtener información del Pod
- Eliminar el Pod creado
- Definir variables de entorno para el contenedor
- Actividades para practicar
- Destruir el cluster de Kubernetes
- Resumen del capítulo
-
Labels
- Crear cluster de Kubernetes
- Crear Pods con etiquetas
- Filtrar los Pods utilizando etiquetas
- Generar la estructura del Pod
- Recomendaciones sobre etiquetas
- Actividades para practicar
- Destruir el cluster de Kubernetes
- Resumen del capítulo
-
ReplicaSets
- Crear cluster de Kubernetes
- Especificaciones del objeto ReplicaSet
- Crear/Listar/Leer desde el Terminal
- Escalar las aplicaciones
- Comprobar la estabilidad de los Pods
- Resumen del capítulo
-
Deployments
- Crear cluster de Kubernetes
- Especificaciones del objeto Deployment
- Crear/Listar/Escalar desde el Terminal
- Actualizaciones con Cero Interrupciones
- Revertir las actualizaciones
- Generar la estructura del Deployment
- Resumen del capítulo
-
Services
- Crear cluster de Kubernetes
- Especificaciones del objeto Service
- Crear/Listar/Leer desde el Terminal
- Comunicación entre aplicaciones dentro del cluster
- Comunicación entre clientes externos y aplicaciones
- Generar la estructura del Service
- Resumen del capítulo
-
Ingress
- Crear cluster de Kubernetes
- Instalación del controlador Ingress
- Especificaciones del objeto Ingress
- Crear/Listar/Leer desde el Terminal
- Utilizar nombres de dominio en el Ingress
- Resumen del capítulo
-
Namespaces
- Especificaciones del objeto Namespace
- Crear cluster de Kubernetes
- Crear/Listar/Eliminar desde el Terminal
- Agrupar objetos en Namespaces
- Comunicación entre Pods de distintos Namespaces
- Resumen del capítulo
-
Volumes
- Especificaciones del volumen dentro del Pod
- Crear cluster de Kubernetes
- Tipo de volumen emptyDir
- Tipo de volumen hostPath
- Volúmenes externos al cluster
- PersistentVolume
- PersistentVolumeClaim
- Flujo de trabajo utilizado PV y PVC
- Resumen del capítulo
-
ConfigMaps
- Especificaciones del objeto ConfigMap
- Crear cluster de Kubernetes
- Crear/Listar/Leer desde el Terminal
- ConfigMap utilizado como variable de entorno
- ConfigMap utilizado como volumen
- Generar la estructura del ConfigMap
- Resumen del capítulo
-
Secrets
- Especificaciones del objeto Secret
- Crear cluster de Kubernetes
- Generar la estructura del Secret
- Crear/Listar/Leer desde el Terminal
- Secret utilizado como variable de entorno
- Secret utilizado como volumen
- Resumen del capítulo
-
Role Base Access Control (RBAC)
- Crear cluster de Kubernetes
- Gestión de usuarios externos
- KUBECONFIG
- Roles y RoleBindings
- ClusterRoles y ClusterRoleBindings
- ServiceAccounts
- Resumen del capítulo
-
Optimizar CPU y RAM en los Pods
- Crear cluster de Kubernetes
- Habilitar métricas de CPU y RAM
- Acotar recursos en los Pods
- Horizontal Pod Autoscaler (HPA)
- Resumen del capítulo
- Recomendaciones y Próximos Pasos
Authors have earned$10,098,681writing, publishing and selling on Leanpub, earning 80% royalties while saving up to 25 million pounds of CO2 and up to 46,000 trees.
Más información sobre cómo escribir en Leanpub
Leanpub incondicional, sin riesgo, 100% de felicidad garantizada
Durante los primeros 45 días de compra, puedes obtener un reembolso del 100% de cualquier compra Leanpub, en dos clics. Procesamos las restituciones manualmente, así que puede tomarse unos días en aparecer. Véase términos completos.
Actualizaciones gratis. Libre de DRM.
¡Si compras un libro Leanpub obtienes actualizaciones gratis siempre y cuando el autor actualice el libro! Varios autores usan Leanpub para publicar sus libros en progreso mientras los escriben. Todos los lectores obtienen actualizaciones gratis, independientemente de cuándo compraron el libro o cuánto pagaron (incluyendo si fue gratis).
La mayoría de los libros Leanpub se encuentran disponibles en PDF (para computadores), EPUB (para teléfonos y tabletas) y MOBI (para Kindle). Los formatos que un libro incluye se muestran en la esquina superior derecha de esta página.
Finalmente, los libros Leanpub no tienen ninguna de las cosas sin sentido sobre protección de copia DRM, así que puedes leerlos fácilmente en cualquier dispositivo que se soporta.
Aprende más sobre los formatos de Leanpub y dónde puedes leerlos
Top Books
C++20
Rainer GrimmC++20 is the next big C++ standard after C++11. As C++11 did it, C++20 changes the way we program modern C++. This change is, in particular, due to the big four of C++20: ranges, coroutines, concepts, and modules.
The book is almost daily updated. These incremental updates ease my interaction with the proofreaders.
A Guide to Artificial Intelligence in Healthcare
Dr. Bertalan MeskoCan we stay human in the age of A.I.? To go even further, can we grow in humanity, can we shape a more humane, more equitable and sustainable healthcare? This e-book aims to prepare healthcare and medical professionals for the era of human-machine collaboration. Read our guide to understanding, anticipating and controlling artificial intelligence.
Atomic Kotlin
Bruce Eckel and Svetlana IsakovaFor both beginning and experienced programmers! From the author of the multi-award-winning Thinking in C++ and Thinking in Java together with a member of the Kotlin language team comes a book that breaks the concepts into small, easy-to-digest "atoms," along with exercises supported by hints and solutions directly inside IntelliJ IDEA!
Introducing EventStorming
Alberto BrandoliniThe deepest tutorial and explanation about EventStorming, straight from the inventor.
C++ Best Practices
Jason TurnerLevel up your C++, get the tools working for you, eliminate common problems, and move on to more exciting things!
Ansible for DevOps
Jeff GeerlingAnsible is a simple, but powerful, server and configuration management tool. Learn to use Ansible effectively, whether you manage one server—or thousands.
Everyday Rails - RSpecによるRailsテスト入門
Junichi Ito (伊藤淳一), AKIMOTO Toshiharu, 魚振江, and Aaron SumnerRSpecを使ってRailsアプリケーションに信頼性の高いテストを書く実践的なアドバイスを提供します。詳細で丁寧な説明は本書のオリジナルコンテンツです。また、説明には実際に動かせるサンプルアプリケーションも使用します。本書は2017年版にアップデートされ、RSpec 3.6やRails 5.1といった新しい環境に対応しています!さあ、自信をもってテストできるようになりましょう!
The Hundred-Page Machine Learning Book
Andriy BurkovEverything you really need to know in Machine Learning in a hundred pages.
Composing Software
Eric ElliottAll software design is composition: the act of breaking complex problems down into smaller problems and composing those solutions. Most developers have a limited understanding of compositional techniques. It's time for that to change.
R Programming for Data Science
Roger D. PengThis book brings the fundamentals of R programming to you, using the same material developed as part of the industry-leading Johns Hopkins Data Science Specialization. The skills taught in this book will lay the foundation for you to begin your journey learning data science. Printed copies of this book are available through Lulu.
Top Bundles
- #1
Software Architecture for Developers: Volumes 1 & 2 - Technical leadership and communication
2 Books
"Software Architecture for Developers" is a practical and pragmatic guide to modern, lightweight software architecture, specifically aimed at developers. You'll learn:The essence of software architecture.Why the software architecture role should include coding, coaching and collaboration.The things that you really need to think about before... - #2
All the Books of The Medical Futurist
6 Books
We put together the most popular books from The Medical Futurist to provide a clear picture about the major trends shaping the future of medicine and healthcare. Digital health technologies, artificial intelligence, the future of 20 medical specialties, big pharma, data privacy, digital health investments and how technology giants such as Amazon... - #3
Cisco CCNA 200-301 Complet
4 Books
Ce lot comprend les quatre volumes du guide préparation à l'examen de certification Cisco CCNA 200-301. - #4
Linux Administration Complet
4 Books
Ce lot comprend les quatre volumes du Guide Linux Administration :Linux Administration, Volume 1, Administration fondamentale : Guide pratique de préparation aux examens de certification LPIC 1, Linux Essentials, RHCSA et LFCS. Administration fondamentale. Introduction à Linux. Le Shell. Traitement du texte. Arborescence de fichiers. Sécurité... - #5
Learn Git, Bash, and Terraform the Hard Way
3 Books
Learn Git, Bash and Terraform using the Hard Way method.These technologies are essential tools in the DevOps armoury. These books walk you through their features and subtleties in a simple, gradual way that reinforces learning rather than baffling you with theory. - #6
PowerShell
3 Books
Buy every PowerShell book from Adam Bertram at a 20% discount! - #7
Software Architecture and Beautiful APIs
2 Books
There is no better way to learn how to design good APIs than to look at many existing examples, complementing the Software Architecture theory on API design. - #8
9 Books-Bundle: Shut Up and Code!
9 Books
"Shut up and code." Laughter in the audience. The hacker had just plugged in his notebook and started sharing his screen to present his super-smart Python script. "Shut up and code" The letters written in a white literal coding font on black background was the hackers' home screen background mantra. At the time, I was a first-year computer... - #9
CCDE Practical Studies (All labs)
3 Books
CCDE lab - #10
Modern C++ by Nicolai Josuttis
2 Books