Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Kubernetes Anti-Patterns

You're reading from   Kubernetes Anti-Patterns Overcome common pitfalls to achieve optimal deployments and a flawless Kubernetes ecosystem

Arrow left icon
Product type Paperback
Published in Jun 2024
Publisher Packt
ISBN-13 9781835460689
Length 256 pages
Edition 1st Edition
Concepts
Arrow right icon
Author (1):
Arrow left icon
Govardhana Miriyala Kannaiah Govardhana Miriyala Kannaiah
Author Profile Icon Govardhana Miriyala Kannaiah
Govardhana Miriyala Kannaiah
Arrow right icon
View More author details
Toc

Table of Contents (15) Chapters Close

Preface 1. Part 1: Understanding Kubernetes Anti-Patterns FREE CHAPTER
2. Chapter 1: Introduction to Kubernetes Anti-Patterns 3. Chapter 2: Recognizing Common Kubernetes Anti-Patterns 4. Chapter 3: Causes and Consequences 5. Part 2: Implementing Best Practices
6. Chapter 4: Practical Solutions and Best Practices 7. Chapter 5: Real-World Case Studies 8. Chapter 6: Performance Optimization Techniques 9. Part 3: Achieving Continuous Improvement
10. Chapter 7: Embracing Continuous Improvement in Kubernetes 11. Chapter 8: Proactive Assessment and Prevention 12. Chapter 9: Bringing It All Together 13. Index 14. Other Books You May Enjoy

Maximizing the potential of Kubernetes

This section addresses maximizing Kubernetes’ potential by exploring its extensibility with custom resources, integration with cloud-native ecosystems, continuous deployment, advanced scheduling, container runtime optimization, data management, hybrid and multi-cloud strategies, and the adoption of GitOps for effective Kubernetes management.

Harnessing Kubernetes extensibility with custom resources

Kubernetes’ extensibility through custom resources is a powerful feature that allows developers to add new functionalities and resources to the Kubernetes API. This capability enables the creation of declarative APIs that are as easy to use as built-in Kubernetes resources.

Custom resource definitions (CRDs) are used to define custom resources in Kubernetes. They provide a way for developers to define the structure of their own resources and API objects. Once a CRD is created, users can create and access instances of this new...

lock icon The rest of the chapter is locked
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 $19.99/month. Cancel anytime
Banner background image