Search Results for: kubernetes
-
Kubernetes
Freelens is an Open Source and Free Kubernetes IDE for 2025!
I have been playing around with various Kubernetes IDE solutions for years now and there are many different ones that offer great solutions for working with Kubernetes to be honest. I have written about and have been showing solutions like…
-
Kubernetes
KubeSolo New Kubernetes Edge Distro by Portainer
When I saw Neil Cresswell’s (Portainer’s CEO) post on LinkedIn about a new Kubernetes distribution that was about to be released by Portainer, this got my attention. The new distro, called KubeSolo, was purpose-built to be for Kubernetes environments that…
-
AI
5 AI Tools for Kubernetes that will 10X your Home Lab!
Kubernetes is the defacto standard in running containers in a way that is highly available and scalable. There are many other solutions out there, like running multiple Docker hosts, Docker Swarm, Nomad, and others, but Kubernetes is still the standard…
-
AI
Meet kubectl-ai: Google Just Delivered the Best Tool for Kubernetes Management
There is no question that the world of Kubernetes is evolving fast. The AI revolution has also brought about some tremendously helpful tools to work with and on Kubernetes clusters. Most IDE coding tools now have chat with AI bots…
-
home lab
Home Lab Explorers School for learning Proxmox DevOps Kubernetes and more!
There are so many great resources out on the Internet to learn about things, especially now with AI. However, the sense of community is also an important aspect of learning and staying motivated. I have been working to share my…
-
Computers
Free Up Disk Space in your Kubernetes Cluster
If you run Docker container hosts either standalone or in a Docker Swarm cluster, you are probably familiar with the built-in command docker system prune -a -f. Using this command you can easily get rid of unused space taken up…
-
Kubernetes
Best Kubernetes Distributions for Home Lab Enthusiasts in 2025
Kubernetes is THE tool to learn for running containers. You can use it in the home lab, and certainly in production and cloud environments. If you are looking at getting into Kubernetes in the home lab environment, which is the…
-
Kubernetes
Can You Run a Kubernetes Cluster on a Mini PC?
By in large, most are running home labs on mini PCs these days. They are just so powerful, cheap, and easy to come by from many different manufacturers, they have become the goto platform. However, can you run a Kubernetes…
-
Kubernetes
The Best Kubernetes Storage CSI Providers for Home Lab Enthusiasts
I have been experimenting and trying various Kubernetes Storage CSI providers over the past few months and I wanted to compile and give you a breakdown of my thoughts on each of them, their strengths and weaknesses and what each…
-
Containers
Hashicorp Vault Docker Install Steps: Kubernetes Not Required!
If you are doing much DevOps and working with terraform code, Ansible, or other IaC, having a secure place to store secrets so your code doesn’t have those secrets hard coded is a great way to make sure secrets and…