Kubernetes and Docker – An Enterprise Guide: Effectively containerize applications,integrate enterprise systems,and scale applications in your enterprise
Authors: Scott Surovich
Marc Boorshtein
Published: 2020
Publisher finelybook 出版社: Packt Publishing
ISBN-13: 9781839213403
ISBN-10: 183921340X
Book Description
Apply Kubernetes beyond the basics of Kubernetes clusters by: implementing IAM using OIDC and Active Directory,Layer 4 load balancing using MetalLB,advanced service integration,security,auditing,and CI/CD
Containerization has changed the DevOps game completely,with Docker and Kubernetes playing important roles in altering the flow of app creation and deployment. This book will help you acquire the knowledge and tools required to integrate Kubernetes clusters in an enterprise environment.
The book begins by: introducing you to Docker and Kubernetes fundamentals,including a review of basic Kubernetes objects. You’ll then get to grips with containerization and understand its core functionalities,including how to create ephemeral multinode clusters using kind. As you make progress,you’ll learn about cluster architecture,Kubernetes cluster deployment,and cluster management,and get started with application deployment. Moving on,you’ll find out how to integrate your container to a cloud platform and integrate tools including MetalLB,externalDNS,OpenID connect (OIDC),pod security policies (PSPs),Open Policy Agent (OPA),Falco,and Velero. Finally,you will discover how to deploy an entire platform to the cloud using continuous integration and continuous delivery (CI/CD).
By the end of this Kubernetes book,you will have learned how to create development clusters for testing applications and Kubernetes components,and be able to secure and audit a cluster by: implementing various open-source solutions including OpenUnison,OPA,Falco,Kibana,and Velero.
What you will learn
Create a multinode Kubernetes cluster using kind
Implement Ingress,MetalLB,and ExternalDNS
Configure a cluster OIDC using impersonation
Map enterprise authorization to Kubernetes
Secure clusters using PSPs and OPA
Enhance auditing using Falco and EFK
Back up your workload for disaster recovery and cluster migration
Deploy to a platform using Tekton,GitLab,and ArgoCD