Kubernetes

Image: What are the differences between K3S vs K8S? An overviewra2 studioShutterstock

What are the differences between K3S vs K8S? An overview

K3S and K8S are two different variants of Kubernetes with significant differences. K8S is the full-scale enterprise solution, while K3S is a lightweight distribution. This article examines the K8S vs K3S comparison in terms of design, installation, security, and use cases. It…

Read more
Image: What is K3S?chainarong06shutterstock

What is K3S?

K3S is a lightweight Kubernetes distribution specifically designed for environments with limited computing resources. This article explains how K3S works, outlines its main pros and cons, and highlights scenarios where its use is especially beneficial. We also explore popular K3S…

Read more
Image: OpenShift vs. KubernetesMOLPIXshutterstock

OpenShift vs. Kubernetes

Do you want to work with cutting-edge container technology but aren’t sure which orchestration to choose? Convenience vs flexibility, PaaS vs open source, OpenShift vs Kubernetes. Both management tools have their advantages, but which one fits your project best? We compare…

Read more
Image: How to install MariaDB via KubernetesTitima OngkantongShutterstock

How to install MariaDB via Kubernetes

Deploying MariaDB on Kubernetes offers many advantages. You can easily start, stop and scale the database. With StatefulSets and PersistentVolumes, your database remains stable even during restarts. Integration via an internal service allows secure access to MariaDB for other…

Read more
Image: What is Kubernetes and how does it work?Andrey VPshutterstock

What is Kubernetes and how does it work?

Container technology has revolutionised software development. However, once you start working with multiple containers simultaneously, it becomes confusing. Kubernetes offers a solution: With the orchestration tool, developers can keep an eye on all containers, scale effectively,…

Read more
Image: How to create and apply a Kubernetes load balancersdecoretShutterstock

How to create and apply a Kubernetes load balancer

The popular container management system Kubernetes supports various load balancing approaches that ensure workloads are optimally distributed across different pods. This not only improves performance but also enhances fault tolerance and scalability. Our dedicated article…

Read more
Image: How can you create and use a Kubernetes cluster?stefano carniccioshutterstock

How can you create and use a Kubernetes cluster?

An essential component of Kubernetes is the so-called clusters. Kubernetes clusters are used to deploy, manage, and run your applications in Kubernetes environments. We explain how Kubernetes clusters are structured, where they are commonly used, and why they are important. In…

Read more
Image: Kubernetes vs. Docker - What’s the difference?Titima OngkantongShutterstock

Kubernetes vs. Docker - What’s the difference?

Docker provides the ability to package software into containers that run consistently anywhere. When these containers need to be managed across multiple servers, Kubernetes comes into play—a platform for container orchestration. We’ll show you how Kubernetes and Docker relate to…

Read more
Image: How can you set up Kubernetes? Beginner-friendly Kubernetes tutorialalphaspirit.itshutterstock

How can you set up Kubernetes? Beginner-friendly Kubernetes tutorial

Kubernetes helps you manage containers—once you know how it works. But especially for beginners, getting started with Kubernetes can be challenging. That’s why, in this Kubernetes tutorial, we’ve explained the installation process and the most important functions in a short and…

Read more
Image: How to create Kubernetes podsNDAB Creativityshutterstock

How to create Kubernetes pods

Kubernetes pods isolate containers, but at the same time enable resource sharing for easy communication. It is possible to flexibly configure CPU and memory specifications when setting up pods. In our dedicated article, we’ll explain how to create, check and delete a Kubernetes…

Read more