Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Learn Kubernetes Security

You're reading from  Learn Kubernetes Security

Product type Book
Published in Jul 2020
Publisher Packt
ISBN-13 9781839216503
Pages 330 pages
Edition 1st Edition
Languages
Authors (2):
Kaizhe Huang Kaizhe Huang
Profile icon Kaizhe Huang
Pranjal Jumde Pranjal Jumde
Profile icon Pranjal Jumde
View More author details

Table of Contents (19) Chapters

Preface 1. Section 1: Introduction to Kubernetes
2. Chapter 1: Kubernetes Architecture 3. Chapter 2: Kubernetes Networking 4. Chapter 3: Threat Modeling 5. Chapter 4: Applying the Principle of Least Privilege in Kubernetes 6. Chapter 5: Configuring Kubernetes Security Boundaries 7. Section 2: Securing Kubernetes Deployments and Clusters
8. Chapter 6: Securing Cluster Components 9. Chapter 7: Authentication, Authorization, and Admission Control 10. Chapter 8: Securing Kubernetes Pods 11. Chapter 9: Image Scanning in DevOps Pipelines 12. Chapter 10: Real-Time Monitoring and Resource Management of a Kubernetes Cluster 13. Chapter 11: Defense in Depth 14. Section 3: Learning from Mistakes and Pitfalls
15. Chapter 12: Analyzing and Detecting Crypto-Mining Attacks 16. Chapter 13: Learning from Kubernetes CVEs 17. Assessments 18. Other Books You May Enjoy

Kubernetes objects

The storage and compute resources of the system are classified into different objects that reflect the current state of the cluster. Objects are defined using a .yaml spec and the Kubernetes API is used to create and manage the objects. We are going to cover some common Kubernetes objects in detail.

Pods

A pod is a basic building block of a Kubernetes cluster. It's a group of one or more containers that are expected to co-exist on a single host. Containers within a pod can reference each other using localhost or inter-process communications (IPCs).

Deployments

Kubernetes deployments help scale pods up or down based on labels and selectors. The YAML spec for a deployment consists of replicas, which is the number of instances of pods that are required, and template, which is identical to a pod specification.

Services

A Kubernetes service is an abstraction of an application. A service enables network access for pods. Services and deployments work...

You have been reading a chapter from
Learn Kubernetes Security
Published in: Jul 2020 Publisher: Packt ISBN-13: 9781839216503
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}