Best of KubernetesNovember 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    9 Docker Extensions Every Developer Must Try

    vclusters is a tool with which you can create virtual clusters on top of any Kubernetes cluster. The extension is readily available on the Docker desktop extensions tab and can be installed with a click. The command to list your vcluster list is, vCluster list 4.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Microservices and Software System Design Course

    A microservices architecture is a type of application architecture where the application is developed as a collection of services. The course will teach you about microservice architecture and distributed systems using a hands-on approach.

  3. 3
    Article
    Avatar of pointerPointer·3y

    milanm/DevOps-Roadmap: DevOps Roadmap for 2022. with learning resources

    This is a step by step guide on how to become a DevOps engineer, with links to relevant learning resources. The road map will guide you if you are confused about what to learn next, rather than encouraging you to pick what is hype and trendy.

  4. 4
    Article
    Avatar of changelogChangelog·3y

    A graphical tool for developing on containers and Kubernetes

    Podman Desktop is a graphical tool for developing on containers and Kubernetes Documentation. It provides a system tray, to check status and interact with your container engine without losing focus from other tasks.

  5. 5
    Article
    Avatar of googleossGoogle Open Source Blog·3y

    Explore the new Learn Kubernetes with Google website!

    Learn Kubernetes with Google brings together experts from Google and across the industry to communicate the latest trends in building your infrastructure. The 2021 annual report1 also listed close to 60 enhancements by special interest and working groups to the project.

  6. 6
    Article
    Avatar of dzDZone·3y

    Docker Use Cases: 15 Most Common Ways to Use Docker

    Docker is a containerization technology that enables developers to package a service into a container along with its dependencies, libraries, and operating system. Join the DZone community and get the full member experience.

  7. 7
    Article
    Avatar of medium_jsMedium·3y

    How we reduce our Streaming cost by 90% using Benthos

    Benthos is a brand new open-source data streaming service that is written in GO. It's based on GO instead of JVM, which gives it outstanding performance, native support for K8S, and all the connectors/sinks you can think of. The deployment is fully scalable and will scale up & down.

  8. 8
    Article
    Avatar of linuxhandbookLinux Handbook·3y

    Docker Alternatives for Your Containerization Needs

    Docker is not the only tool you can use for Linux container management. There are several other tools you can consider using instead of Docker. In this article, I am going to list such container tools. What do you mean by "Docker replacement"?

  9. 9
    Article
    Avatar of communityCommunity Picks·3y

    K8s Gateway API is here - what's in it for you?

    Kubernetes SIG-Network announced version 0.5.0 of the much anticipated Gateway API. K8s Gateway API is here - what's in it for you? Let’s go over the basics of the Gateway API, what it aims to solve, and get to know its benefits.