Are Kubernetes and Docker the same?

are k8s and docker same

Kubernetes and Docker are two popular technologies that are often mentioned in the same breath when it comes to containerization and container orchestration. However, despite their close association, Kubernetes and Docker are not the same thing. Understanding the differences between the two is key to making informed decisions about your technology stack and approach to containerization.

How to Create EKS Cluster Using AWS CLI

create eks cluster using aws cli

Creating an Amazon Elastic Container Service for Kubernetes (EKS) cluster using the AWS Command Line Interface (AWS CLI) offers a hands-on and customizable approach to managing your cluster. This article will guide you through the process of installing and configuring the AWS CLI and then walk you through the steps to create an EKS cluster using the AWS CLI and setting up kubectl client tool.

Easily Backup and Restore Kubernetes with Velero

Easily Backup and Restore Kubernetes with Velero

Kubernetes is an open-source container orchestration system that provides an infrastructure for deploying, scaling, and managing containerized applications. As Kubernetes deployments grow, the need for backup and disaster recovery strategies becomes increasingly important. One such solution is Velero, a popular open-source tool that provides an easy way to backup and restore a Kubernetes cluster.

Creating Replication between AWS Aurora MySQL and Self-Hosted MySQL

Creating MySQL Aurora Replica on EC2

In today’s digital age, having a reliable and robust database is crucial for any business. However, even the most robust databases can have a single point of failure (SPOF) that can disrupt operations and cause significant downtime. One way to mitigate this risk is by creating a replica of your RDS MySQL Aurora on an EC2 instance. In this blog post, we will show you how to create an RDS MySQL Aurora replica on an EC2 instance, and how this will help you to achieve redundancy and eliminate SPOF.