Tags
Language
Tags
October 2025
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Kubernetes for Developers (Final Release)

    Posted By: GFX_MAN
    Kubernetes for Developers (Final Release)

    Kubernetes for Developers (Final Release)
    English | 2024 | ISBN: 1617297178 | 322 pages | MOBI | 5.17 MB

    A clear and practical beginner’s guide that shows you just how easy it can be to make the switch to Kubernetes!

    Kubernetes for Developers reveals practical and painless methods for deploying your apps on Kubernetes—even for small-to-medium sized applications! You’ll learn how to migrate your existing apps onto Kubernetes without a rebuild, and implement modern cloud native architectures that can handle your future growth.

    Inside, you’ll learn how to
    Containerize a web application with Docker
    Host a containerized app on Kubernetes with a public cloud service
    Save money and improve performance with cloud native technologies
    Make your deployments reliable and fault tolerant
    Prepare your deployments to scale without a redesign
    Monitor, debug and tune application deployments on Kubernetes

    Designed for busy working developers, this hands-on guide helps your first steps into Kubernetes using the powerful Google Kubernetes Engine (GKE) service. Learn how the GKE’s powerful automation tools can perform automatic checks and scaling, giving you more time to spend developing great applications. You’ll soon see that you don’t need to incur huge costs or have the manpower of an enterprise organization to get a productivity boost from Kubernetes!

    Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

    About the technology

    Modern software needs to perform at scale while effectively handling load balancing, state and security. Kubernetes makes these tasks easier and more reliable for apps of any size. This book, written especially for software developers creating applications that run on Kubernetes, shows you exactly how to address these and other important issues.

    About the book
    Kubernetes for Developers covers everything you need to know to containerize and deploy an app on Kubernetes from the developer’s perspective. You’ll start by creating a small application you can run on a cloud-based Kubernetes cluster. Then, you’ll systematically explore best practices for stable long-term deployment, including scaling, capacity planning, and resource optimization.

    What's inside
    Deploying reliable web applications using automated operations
    Scaling up without an application redesign
    Monitoring, debugging, and tuning workloads

    About the reader
    For developers familiar with building or deploying web applications. No Docker or Kubernetes experience required.

    About the author
    William Denniss is a product manager at Google working on Google Kubernetes Engine.

    Table of Contents
    PART 1 Getting started with Kubernetes
    1 Kubernetes for application deployment
    2 Containerizing apps
    3 Deploying to Kubernetes
    4 Automated operations
    5 Resource management
    PART 2 Going to production
    6 Scaling up
    7 Internal services and load balancing
    8 Node feature selection
    9 Stateful applications
    10 Background processing
    11 GitOps: Configuration as code
    12 Securing Kubernetes