Press release: 42on Partners with Sidero Labs to Accelerate Kubernetes Implementations with Talos Operating System

Date: 27-02-24 Location: Baarn – The Netherlands / Goleta – USA 42on, a leading provider of open-source storage solutions and a subsidiary of Fairbanks International Group (FIG), is thrilled to announce its strategic partnership with Sidero Labs, the pioneering developer behind cutting-edge cloud-native technologies. This partnership is poised to deliver unparalleled value to businesses leveraging Kubernetes and Ceph scale […]

Deploying Kubernetes on-premises: Why and how

Kubernetes is the standard for container orchestration in the world of cloud-native applications. While many organizations embrace cloud platforms like AWS, Azure, or GCP for their Kubernetes deployments, there are valid reasons to consider running Kubernetes on-premises. In this blog post, we’ll take a look at the advantages of on-premises Kubernetes and guide you through […]

Deploying and exposing a Node.js application on Kubernetes 

In this tutorial, we will walk through the process of deploying a simple “Hello World” Node.js application on a Kubernetes cluster. Kubernetes is a powerful container orchestration platform that helps manage and scale containerized applications. Prerequisites Create the Node.js Application:  For this tutorial, we’ll create a simple Node.js application that responds with “Hello, Kubernetes!” when […]

How monitoring works in Kubernetes?

How monitoring works in Kubernetes

Monitoring in Kubernetes involves observing and collecting data about the health, performance, and resource utilization of your cluster, nodes, pods, and containers. There are various tools available for monitoring Kubernetes applications, and one popular choice is Prometheus along with Grafana for visualization. In this tutorial, I’ll guide you through setting up monitoring for a simple […]

Getting started with Kubernetes 

In today’s rapidly evolving technological landscape, containerization has become a cornerstone of modern application development and deployment. Kubernetes, often abbreviated as K8s, has emerged as a leading container orchestration platform that empowers developers to efficiently manage, scale, and deploy containerized applications. In this tutorial, we’ll delve into the basics of Kubernetes and provide step-by-step instructions […]

A guide to deploying a Kubernetes cluster: Basics and FAQs answered

Deploying Kubernetes introduction  Deploying a Kubernetes cluster can be a complex process. Deploying a Kubernetes cluster requires a solid understanding of the infrastructure and the tools involved, as well as careful planning and testing.  In this blog I want to share some basic steps for starting with Kubernetes, and some general frequently asked questions and […]

Kubernetes APIs and the CNCF Landscape

Kubernetes is a portable, extensible, open source platform for managing containerized workloads and services. It facilitates both declarative configuration and automation, and it has a large, rapidly growing ecosystem. If Kubernetes is properly implemented into your engineering workflows, it can lead to great productivity gains.   The name Kubernetes originates from Greek, meaning helmsman or […]