Best of KubernetesFebruary 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Why Developers Should Learn Docker and Kubernetes in 2024

    Developers should consider learning Docker and Kubernetes in 2024 due to their importance in the era of Microservices and Cloud Computing. Docker provides containerization, while Kubernetes offers orchestration and management of containers. Learning these tools can enhance a developer's knowledge and career prospects in the evolving tech industry.

  2. 2
    Article
    Avatar of medium_jsMedium·3y

    C# vs Rust vs Go. A performance benchmarking in Kubernetes

    A performance benchmarking article comparing the performance of Rust, C#, and Go in creating high-performance web APIs and deploying them to a Kubernetes cluster. The article also discusses how to monitor the resource usage of these APIs with performance monitoring tools.

  3. 3
    Article
    Avatar of dzDZone·3y

    Top Three Docker Alternatives To Consider

    Podman is a daemonless, open-source, Linux-native container engine that is considered one of the best alternatives for Docker. Podman, Kubernetes, Openshift, LXD, Docker Swarm, BuidKit, and Mesos are some of the popular Docker alternatives available in the market today.

  4. 4
    Article
    Avatar of phProduct Hunt·3y

    Plural - Product Information, Latest Updates, and Reviews 2024

    Plural is an open-source DevOps platform for deploying software on Kubernetes to public or private cloud. Recent launches include Continuous Deployment by Plural and Plural 2.0. Expert pro tips are also available.

  5. 5
    Article
    Avatar of bitBits and Pieces·3y

    How I Redesigned The Backend To Quickly Handle Millions Of Reads (And Writes)

    A backend engineer shares how adopting the CQRS pattern helped improve backend performance by separating write and read operations. The use of a database replica and splitting the service into separate command and query services allowed for better scalability and reduced response time.

  6. 6
    Article
    Avatar of communityCommunity Picks·3y

    Build and Deploy NodeJS App On Kubernetes from Scratch

    The post discusses the importance of designing and scaling web applications, the use of containers, and how to build and deploy a NodeJS app on Kubernetes.

  7. 7
    Article
    Avatar of changelogChangelog·3y

    techiescamp/kubernetes-learning-path: A roadmap to learn Kubernetes from scratch (Beginner to Advanced level)

    Learn to setup Kubernetes Cluster as DevOps engineers, gaining a thorough understanding of each component and cluster configuration is crucial to work in production environemnts. Learn how to set up multi-node clusters from scratch. Use the available cloud credits to practice deploying clusters as if you work on a real project.

  8. 8
    Article
    Avatar of itnextITNEXT·3y

    4 container design patterns for Kubernetes

    Learn about 4 container design patterns for Kubernetes, including securing traffic with TLS and collecting logs from apps that log to a file.

  9. 9
    Article
    Avatar of containersolutionContainer Solutions·3y

    WTF is Cilium?

    Cilium aims to be how we all connect, observe and secure workloads using eBPF as the core technology to provide solutions in an efficient, Cloud Native way. EBPF gives applications superpowers through custom programs that attach to events in the kernel, and you can deploy to help you efficiently manage container clusters.