0%

Book Description

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.

Table of Contents

  1. Cover
  2. Front Matter
  3. 1. Creating a Cluster with kubeadm
  4. 2. Control Plane Components
  5. 3. Accessing the Cluster
  6. 4. Kubernetes Resources
  7. 5. The Workloads
  8. 6. Configuring Applications
  9. 7. Scaling an Application
  10. 8. Application Self-Healing
  11. 9. Scheduling Pods
  12. 10. Discovery and Load Balancing
  13. 11. Security
  14. 12. Persistent Volumes
  15. 13. Multi-container Pod Design Patterns
  16. 14. Observability
  17. 15. Upgrading the Cluster
  18. 16. Command-Line Tools
  19. Back Matter
52.14.221.113