Karthi Skarthi-devopswork.hashnode.dev·Dec 13, 2024Kubernetes Fundamentals 102 - Bridging the Gap Between Containers and Orchestration #LXC #LXD #LXCFS1. LXC: The Original Containerization Tech LXC (Linux Containers) marked the beginning of modern containerization. It introduced OS-level virtualization, allowing multiple isolated environments to run on the same Linux kernel. Unlike traditional virt...containers
Karthi Skarthi-devopswork.hashnode.dev·Dec 12, 2024Kubernetes Fundamentals 101From Kubernetes docs, Kubernetes, also known as K8s, is an open source system for automating deployment, scaling, and management of containerized applications. It groups containers that make up an application into logical units for easy management an...k8s
Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Dec 12, 2024Supercharge Your Cluster: Implementing Descheduler on Kubernetes ClusterKubernetes provides a number of built-in functionalities to help with node workloads: NodeSelector, PodAffinity and Anti-PodAffinity. But those policies only apply when scheduling new pods. Once a pod is running, it doesn’t change in response to the ...descheduler
Megha Sharmameghasharma.hashnode.dev·Dec 12, 2024What are Pods in Kubernetes?Pods are the smallest deployable units of computing that you can create and manage in Kubernetes. A Pod is a group of one or more containers, with shared storage and network resources, and a specification for how to run the containers. A Pod’s conten...CloudCommunity
Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Dec 11, 2024The One Trick for Deploying Cluster Autoscaler on Amazon EKS Cluster Using Helm That Nobody Talks AboutOverview :- Deploying the Cluster Autoscaler on Amazon EKS can be a challenging task, especially when using Helm. While many resources cover the basic steps, there’s one crucial trick that often goes unmentioned. This blog post will reveal this lesse...Kubernetes
Asfaq Leeonleeonscoding.hashnode.dev·Dec 7, 2024Getting started with Kubernetes for deploying a Spring boot application using MinikubePreviously I’ve containerized a spring boot application using Docker. I’ve chosen to reuse this project for this article. The image is pushed here. Also I’m using Minikube for this article. Today I’m going to deploy the image’s containers in a Kubene...Kubernetes
NodeOpsforNodeOpsnodeops.hashnode.dev·Dec 2, 2024Atlas Network: DePIN’s Orchestration LayerAtlas Network will be the next-generation orchestration layer for decentralized infrastructure. To carry out this vision, we need your help. Currently our focus is on assembling a diverse and decentralized pool of compute providers that meets the nee...26 readsatlas
Atlas NetworkforAtlas Networkatlasnetworkblog.hashnode.dev·Dec 2, 2024Atlas Network: DePIN’s Orchestration LayerAtlas Network will be the next-generation orchestration layer for decentralized infrastructure. To carry out this vision, we need your help. Currently our focus is on assembling a diverse and decentralized pool of compute providers that meets the nee...atlas
Jeysson Aly Contrerasalyconrdev.hashnode.dev·Nov 29, 2024How to Deploy WordPress on KubernetesKubernetes is a powerful open-source system, initially developed by Google, for managing containerized applications across a cluster of servers. Table of Contents How to Deploy WordPress on Kubernetes Introduction to Kubernetes and WordPress Unders...1 likeDevops
Shaik Mustafamustafa-k8s.hashnode.dev·Nov 26, 2024Essential Kubernetes Pod Concepts for Beginners to MasterKubernetes is the go-to tool for managing containers, making it easier to deploy and run applications across different environments. At its heart is the pod, the smallest unit in Kubernetes, which groups one or more containers to work together. If yo...83 likes·177 readsKubernetes