Best of KubernetesMay 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    The guide to kubectl I never had.

    This post provides a comprehensive guide to using kubectl, the CLI tool for communicating with the Kubernetes API. It covers installation, command syntax, useful commands, plugins and tools, troubleshooting, and more.

  2. 2
    Article
    Avatar of spaceliftSpacelift·2y

    26 Top Kubernetes Tools for Your K8s Ecosystem in 2024

    Discover the top Kubernetes tools that enhance cluster management, monitoring, security, and deployment tasks. Explore popular tools like Spacelift, Kubectl, Helm, Kustomize, and more.

  3. 3
    Article
    Avatar of communityCommunity Picks·2y

    Top 10 Tools for DevOps and Developers in 2024

    Discover the top 10 essential DevOps tools for developers and DevOps in 2024, including Git, Jenkins, Docker, Kubernetes, Ansible, Terraform, Prometheus, ELK Stack, Jenkins X, and Grafana.

  4. 4
    Article
    Avatar of communityCommunity Picks·2y

    🌍🚀🎯 From Localhost to Cloud ☁️: Next.js, Django, SSL 🔒, GitHub Actions 🚀, DNS| Ultimate Website Deployment Tutorial🌟🔥✨

    This post is a tutorial on deploying a website from localhost to the cloud using Next.js, Django, SSL, GitHub Actions, and DNS. It covers the process of Dockerizing the frontend and backend, writing Kubernetes manifests, creating a GCP Kubernetes cluster, configuring DNS, and using GitHub Actions for building and deploying applications.

  5. 5
    Article
    Avatar of communityCommunity Picks·2y

    How We Saved 10s of Thousands of Dollars Deploying Low Cost Open Source AI Technologies At Scale with Kubernetes

    Learn how to deploy low-cost open source AI technologies at scale with Kubernetes for generative AI applications, using alternatives to OpenAI and running vLLM locally and on Kubernetes.

  6. 6
    Article
    Avatar of communityCommunity Picks·2y

    Karpenter

    Karpenter simplifies Kubernetes infrastructure by automatically launching the right compute resources at the right time. It improves application availability, lowers compute costs, and minimizes operational overhead.

  7. 7
    Article
    Avatar of communityCommunity Picks·2y

    AI & Kubernetes

    Learn about the types of AI workloads on Kubernetes, including training workloads and inference workloads. Find out why Kubernetes is a suitable platform for AI training workloads and how it can manage the resource needs of inference workloads. Discover the importance of context in customizing AI models and the techniques for fine-tuning and prompt engineering.

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

    🧬Build an End-to-End CI/CD Pipeline for a MERN App in Kubernetes with Terraform using GitHub Actions & Ansible

    Learn how to build an End-to-End CI/CD Pipeline for a MERN App in Kubernetes with Terraform using GitHub Actions & Ansible. The article covers the pre-requirements, infrastructure provisioning with Terraform, and configuration of EC2, installation of Kubernetes (K3s), and deployment of the MERN App using Ansible.

  9. 9
    Article
    Avatar of communityCommunity Picks·2y

    Host your nodejs app in kubernetes cluster

    Learn how to host your Nodejs App in a Kubernetes cluster by creating a Node.js HTTP server, building a Docker image, and pushing it to DockerHub.

  10. 10
    Article
    Avatar of javarevisitedJavarevisited·2y

    Debugging Kubernetes Part 1: An Introduction

    This post introduces Kubernetes and its role in solving real-world problems faced by developers in production environments. It explains the challenges of production debugging in Kubernetes, the fundamental principles of Kubernetes, and the evolution of deployment technologies before Kubernetes.

  11. 11
    Article
    Avatar of kdnuggetsKDnuggets·2y

    5 Best End-to-End Open Source MLOps Tools

    Explore 5 end-to-end open-source MLOps tools for training, tracking, deploying, and monitoring models in production. These tools provide enhanced data privacy and control over models and code.

  12. 12
    Article
    Avatar of communityCommunity Picks·2y

    DigitalOcean eBook: Kubernetes for Full-Stack Developers

    Learn about Kubernetes and how to build, manage, and monitor a Kubernetes cluster. Explore core concepts, modernize applications to work with containers, and deploy applications to Kubernetes.

  13. 13
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    How to Run a Postgres Database in Azure Kubernetes Service and Integrate it with a Node.js Express Application

    Learn how to deploy a Postgres container in Azure Kubernetes Service (AKS) and integrate it with a Node.js Express application.

  14. 14
    Article
    Avatar of fermyonFermyon·2y

    Spin Cron Trigger

    Learn how to use the Cron trigger in Spin to write and deploy Wasm-powered workloads that react to time-based events. Installation instructions and code examples provided for Rust and Python applications.

  15. 15
    Article
    Avatar of faunFaun·2y

    A Beginner’s guide to Helm in Kubernetes.

    A beginner's guide to Helm in Kubernetes, covering installation, terminologies, using Helm to install Prometheus, operations like uninstalling, updating, and rollback, and concluding with further exploration on creating Helm charts.

  16. 16
    Article
    Avatar of spaceliftSpacelift·2y

    Kubernetes HPA [Horizontal Pod Autoscaler] Guide & Examples

    Learn about Kubernetes Horizontal Pod Autoscaler (HPA), its use cases, how it works, and best practices. Discover alternatives to default Kubernetes HPA.

  17. 17
    Article
    Avatar of towardsdevTowards Dev·2y

    Let’s Build a Voting App using Kustomize and Kubernetes 🕸️

    This post explains how to build a Voting App using Kustomize and Kubernetes. It provides an overview of the architecture and the necessary components. The post also includes steps to set up a K8S cluster and install Kustomize. Finally, it guides the reader on creating the Kubernetes manifest files and deploying the Voting App.

  18. 18
    Article
    Avatar of lobstersLobsters·2y

    Rebuilding my homelab: Suffering as a service

    The post discusses the process of rebuilding a homelab using Talos Linux and Kubernetes, exploring the challenges faced and the solutions implemented. It highlights the benefits of running workloads locally, the use of Kubernetes for workload management, and the importance of persistent storage solutions. The author evaluates various options, including Rocky Linux, Fedora CoreOS, and Longhorn for persistent storage.

  19. 19
    Article
    Avatar of collectionsCollections·2y

    Working with Containers and Kubernetes using Podman Desktop

    Learn how to work with containers and Kubernetes using Podman Desktop, a powerful developer tool that simplifies the process. Install Podman Desktop and Kind on your Windows machine, create a local Kubernetes cluster, and manage your containers and clusters with ease.

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

    Amazon EKS with Kubernetes version 1.30 using AWS-CDK

    Learn how to deploy Amazon EKS with the latest Kubernetes version v1.30 using AWS-CDK. The tutorial provides step-by-step instructions and includes the necessary CDK code and stacks. It also mentions the major changes in Kubernetes version 1.30.

  21. 21
    Article
    Avatar of medium_jsMedium·2y

    90% of DOCKER You’ll Ever Need in One Blog

    Learn about the benefits of using Docker for ML applications, how to write a Dockerfile, build a Docker image, run a Docker container, push a Docker image to a registry, best practices for Dockerizing ML applications, and deploying a Dockerized ML application on Kubernetes.

  22. 22
    Article
    Avatar of ardlbsArdan Labs·2y

    Ep. 3: Mastering Kubernetes: Setting Up Environments with Kind

    Learn how to set up a Kubernetes environment using Kubernetes inside Docker (kind). Understand the basics of cluster management and pod and node configuration. Gain insights into Kubernetes' asynchronous system handling.

  23. 23
    Article
    Avatar of communityCommunity Picks·2y

    Make your life easier with custom Kubernetes Operators

    Learn how to create custom Kubernetes operators using the Operator SDK to automate complex tasks and enhance Kubernetes operations.

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

    Kubernetes: Auto Restart Deployments when K8s ConfigMap or Secret is Updated

    Learn how to automatically restart your Kubernetes Deployment when a Secret or ConfigMap is updated using the AWS Secrets and Configuration Provider, secrets-store-csi-driver, and reloader. Discover the pre-requisites for configuring the ASCP and create IAM Roles and Policies for secret management.

  25. 25
    Article
    Avatar of communityCommunity Picks·2y

    Rancher Desktop by SUSE

    Rancher Desktop by SUSE is an open-source application that provides all the essentials to work with containers and Kubernetes on the desktop. It offers simple installation, configuration options, an intuitive graphical user interface, container toolchain features, seamless Kubernetes upgrades, and bundled utilities.