What Is Amazon Resource Name (ARN)?

AWS has many services and resources ranging from EC2 instances to S3 buckets, and you can have multiple instances for each resource. In a scenario where you need to identify a specific resource, it is only logical to have a unique ID for each resource. Well, there is, and it's

Prince Onyeanuna
Prince Onyeanuna

First Multi-Cloud Native OSS Platform for Telco Industry?

Blue Planet, a division of Ciena — A global leader in networking systems, recently launched a major enhancement to its intelligent automation software portfolio with the first-of-its-kind Blue Planet Cloud Native Platform. Leveraging Kubernetes, this new platform will allow Communications Service Providers (CSPs) to support multiple modular Operating Support System (OSS)

Gift Balogun
Gift Balogun
News

Choosing the Right Tool for Your Local Kubernetes Development Environment

Imagine you're trying to set up a Kubernetes cluster on your local machine to test a new feature before you deploy it to a production environment. You aim to make this local environment as close to the production environment as possible. A minimal production cluster would require at least three

Prince Onyeanuna
Prince Onyeanuna
Kubernetes

Step-by-Step Guide: Creating a Kubernetes Cluster on Raspberry Pi 5 with K3s

I recently purchased two new Raspberry Pi 5 boards, and to test out the power of these miniature computers, I decided to explore setting up a Kubernetes cluster on them. In this article, I will guide you through the process of creating your own Kubernetes cluster on Raspberry Pi 5

Chinaza Otumba
Chinaza Otumba
Kubernetes

Quick Installation of Minikube on an Ubuntu Server

In a production environment, a Kubernetes cluster usually consists of at least two master and multiple worker nodes. That means you'll need at least five virtual or physical machines for your production cluster. Setting up a full-scale cluster to test new features quickly or learn about new concepts in your

Prince Onyeanuna
Prince Onyeanuna
Minikube

Practical Guide to Kubernetes Ingress with Nginx

In the first article, you learnt about the concept of Ingress in Kubernetes and how it helps route external traffic to services within the cluster. You saw a list of Ingress controllers, including Traefik, HAProxy and the subject of this article, Nginx. In this article, you'll delve deeper into the

Prince Onyeanuna
Prince Onyeanuna
Kubernetes

Getting Started with Kubernetes Ingress

Having a clear understanding of the Kubernetes ecosystem isn't an easy task, especially for a beginner. You have to understand various concepts concerning networking, storage, and security, among others. An important aspect to gain an understanding of in Kubernetes networking is how to manage external access to services within a

Prince Onyeanuna
Prince Onyeanuna
Kubernetes

Helm Charts Deep Dive for Advanced Users

In the previous installment of this series, we discussed Helm, a cloud-native tool that brings package manager-like capabilities to Kubernetes. We covered the basics of Helm and how it uses charts to simplify the deployment and management of applications on Kubernetes clusters. This post assumes some familiarity with Helm fundamentals.

Jubril Oyetunji
Jubril Oyetunji
Helm