Categories
Entrepreneurship General Management and Projects Sotfware & DevOps Tools & HowTo

Mastering Kubernetes on AWS: An Exploratory Guide to EKS and ALB Ingress Controller

A Comprehensive Dive into Kubernetes EKS: Exploring Kubernetes Ingress with AWS ALB Ingress Controller Introduction to Kubernetes EKS Before diving into the specifics of Kubernetes Ingress with AWS ALB Ingress Controller, let’s familiarize ourselves with what Kubernetes EKS is. Amazon Elastic Kubernetes Service (Amazon EKS) is a fully managed service that enables you to operate […]

Categories
Cloud Sotfware & DevOps Tools & HowTo

Video Conferencing with Jitsi on K8s

Hello, are you as excited as I am? Well, you should be because, in this article, I will explain the steps to build a video conferencing Jitsi app with K8s. Jitsi is an open-source video conferencing app that uses webrtc technology. It is similar to video conferencing on Zoom, Skype, and Google Meet apps. Moreover, […]

Categories
Cloud Entrepreneurship Sotfware & DevOps

Deploy WordPress on K8s; Kubernetes & WP

In this post, you will learn to deploy WordPress on k8s (Kubernetes) managed from DigitalOcean. WordPress is a popular content management system (CMS) for creating websites easily. By using PHP and MySQL to support WordPress in building a content management system, we can create many websites, blogs, and other website-based applications by learning how to […]

Categories
Cloud General Products Sotfware & DevOps Tools & HowTo

Kubernetes nodes: K8s setup and run apps

Setup a kubernetes multi-node cluster from scratch and run a simple app on it. Kubernetes is a Linux based open source platform that automates or manages applications in containers. With Kubernetes, you can efficiently respond to the requests by consumers by using Kubernetes nodes. Kubernetes is in a thriving ecosystem. Kubernetes services, support, and tools […]