Learn how to safely and efficiently resize the storage of your Kubernetes statefulset volumes using a storageClass that supports resizing. Understand the limitations and capabilities of statefulsets and gain insights into the design decisions behind Kubernetes
Passwords are like taxes, you simply cannot avoid them. They are the small mental tax you pay when you create a new account or login into an existing account. To…
LXC a set of tools that provides lightweight virtualization with a shared kernel. LXC containers are an easy way of managing Linux kernel virtual machines
Service mesh is a networking solution for organizations dealing with microservice proliferation. Simply said, as soon as you go further than a few services, inter-service communication becomes challenging. Service mesh…
NoOps is a trend trying to push out dedicated operations people out of the organization. Its name comes from “NO Operations”, with operations being a synonym for system administration. To…
What is IaC? As the name suggests, IaC or Infrastructure as Code is the practice of managing the infrastructure through plain text files (code). This management mainly consists of description…
What is GitOps? GitOps is version control and continuous delivery for your infrastructure. Sounds simple, but those fancy words hide a lot of complexity. Version control is a simple one,…
Iaas or Infrastructure as a Service strives to provide a way to quickly and easily provision VMs in a private data center or cloud.
While containers are a wonderful way to package applications let’s mention a few cases in which you shouldn’t use docker.
Containers are small packaged applications that you build once and run on pretty much any hardware/OS combo.