Best of KubernetesNovember 2021

  1. 1
    Article
    Avatar of doDigitalOcean·4y

    Level up with deploy

    DigitalOcean has spent the last ten years simplifying cloud computing so that builders around the world can participate and thrive in this software community. This week, we learned from experts in the field who shared how their scrappy teams continue to keep cloud computing simple while still growing and scaling their businesses.

  2. 2
    Article
    Avatar of honeypotHoneypot·4y

    When to Use Kubernetes (And When Not to)

    Kubernetes is an orchestrator that will ease deployment and automatically manage your application's state. It has become the go-to solution for a lot of companies but is quite costly to set up and administrate. As a result, it will most likely not be cost-effective for new projects but may become so once your product starts growing.

  3. 3
    Article
    Avatar of itnextITNEXT·4y

    Kubernetes for dummies: Life of a Pod

    Every running container in a k8s cluster is inside a Pod. The Pod provides a running environment for the containers, including networking and storage. A Pod can have multiple containers if necessary. Containers in the same Pod are tightly coupled and share resources (networking and storage, security rules, etc. ).

  4. 4
    Article
    Avatar of itnextITNEXT·4y

    Infrastructure as Code: the next big shift is here

    Infrastructure as Code (IaC) is a common pattern where virtualized infrastructure and auxiliary services can be managed using configuration expressed in almost any language. Virtualization, containerisation and containers orchestration made Infrastructure as Code what it is today. Next came the agile revolution and with it the beginning of the DevOps culture.