Best of Kubernetes — May 2024
- 1
- 2
- 3
- 4
Community 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
Community 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
- 7
Community 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
AWS 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
- 10
Javarevisited·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
- 12
- 13
- 14
- 15
- 16
- 17
Towards 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
Lobsters·2yRebuilding 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
Collections·2yWorking 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
AWS 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
Medium·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
- 23
- 24
AWS 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
Community 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.