Best of KubernetesDecember 2023

  1. 1
    Article
    Avatar of awstipAWS Tip·2y

    Kubernetes Architecture

    Kubernetes is a powerful open-source container orchestration platform that automates deployment, scaling, and management of containerized applications. It utilizes a master-worker node model and consists of components like kube-apiserver, etcd, kube-scheduler, kube-controller-manager, and cloud-controller-manager. Worker nodes have kubelet, kube-proxy, and a container runtime for executing and maintaining applications.

  2. 2
    Article
    Avatar of medium_jsMedium·2y

    Introducing kubik

    Kubernetes is an open-source platform for automating the deployment, scaling, and operation of application containers. Kubik is an open-source application that simplifies monitoring Kubernetes clusters by providing an easy-to-navigate interface and highlighting key metrics and potential issues. It offers features such as Google Authentication, cluster integration, monitoring dashboard, and cluster visualization.

  3. 3
    Article
    Avatar of bytebytegoByteByteGo·2y

    EP88: Linux Boot Process Explained

    The article explains the Linux boot process, the commonly used types of queues, and provides an overview of Kubernetes and its benefits in container management.

  4. 4
    Article
    Avatar of itnextITNEXT·2y

    Arkade: An Open Source Marketplace For Developer Tools 🔝

    Arkade is an open-source marketplace for developer tools that simplifies the process of installing and managing CLI tools, Kubernetes applications, and system packages. It offers a one-stop-shop solution for developers, making it easier to find and install the latest versions of their favorite tools.

  5. 5
    Article
    Avatar of communityCommunity Picks·2y

    Kubernetes: Detailed Intro Guide For Beginners

    A beginner-friendly and step-by-step tutorial for Kubernetes introduction and installation. It covers the basics of Kubernetes, how to install it, and what config files are in Kubernetes.

  6. 6
    Article
    Avatar of devgeniusDev Genius·2y

    Kafka Multiple Partitions with Spring Boot and Kubernetes

    This article discusses the concepts of Kafka partitions, scalability, fault tolerance, messaging ordering, and consumer parallelism. It also provides instructions on deploying Kafka, Spring Boot applications, and Kafdrop on Kubernetes. Additionally, it demonstrates how to set up a Spring Boot producer and consumer application for Kafka.

  7. 7
    Article
    Avatar of medium_jsMedium·2y

    MLOps roadmap 2024

    The MLOps roadmap for 2024 covers the essential skills, tools, and principles that an MLOps engineer should know, including programming skills, containerization with Docker, Kubernetes, machine learning fundamentals, MLOps principles, and MLOps components. The post emphasizes the importance of Python, Docker, and Kubernetes in MLOps engineering.

  8. 8
    Article
    Avatar of devtoDEV·2y

    A Detailed Guide on kubectl describe

    A detailed guide on using the kubectl describe command in Kubernetes to get detailed information about resources and troubleshoot issues.

  9. 9
    Article
    Avatar of medium_jsMedium·2y

    DevOps (Lab-8)- Deploying an application to Kubernetes

    Learn about Kubernetes, its key aspects, and how to install and deploy applications using Kubernetes and Jenkins.

  10. 10
    Article
    Avatar of devtoDEV·2y

    Cyclops: Simple Kubernetes Deployment Manager

    Cyclops is a web-based tool that simplifies Kubernetes deployment and configuration for developers. It adopts Helm charts and provides a form-based interface for adjusting fields. Installation involves spinning up a minikube cluster and applying the necessary configuration.