Best of KubernetesOctober 2023

  1. 1
    Article
    Avatar of awsplainenglishAWS in Plain English·3y

    DEVSECOPS Project : Complete CI-CD (3 tier app)-Petstore

    Learn how to deploy a Petshop Java Based Application using Jenkins as a CI/CD tool and Docker and Kubernetes for deployment.

  2. 2
    Article
    Avatar of awsplainenglishAWS in Plain English·2y

    Understanding Pods, Nodes and the Kubelet in Kubernetes

    A pod is a group of containers in Kubernetes that share network and storage resources. Nodes are worker machines in Kubernetes where pods are scheduled to run. The Kubelet is responsible for managing pods on each node.

  3. 3
    Article
    Avatar of habrhabr·2y

    Roadmap for Managing Chaos — Planing Migration from a Monolith to Microservices

    This article discusses the complexities and challenges of transitioning from a monolithic architecture to microservices. It explores key factors to consider and provides insights into the advantages of microservices and the importance of a growth-oriented mindset. It also delves into the relationship between software evolution and organizational culture, highlighting the need to cultivate the right software culture for successful microservices implementation.