How to create Read Only User in EKS Cluster

create read only user in eks

Amazon Elastic Kubernetes Service (EKS) is a popular solution for deploying and managing Kubernetes clusters in the cloud. One of the essential aspects of managing any system is controlling access to resources, including Kubernetes clusters. Amazon EKS supports AWS Identity and Access Management (IAM) roles, which enables you to manage access to your Kubernetes clusters. In this post, we’ll explore how to create a read-only user in Amazon EKS.

Getting Started with Kubernetes: Deploying a k8s Cluster using Minikube

create local k8s cluster using minikube

Have you heard about Kubernetes and how it can help with container orchestration? It’s an amazing platform, but setting up a Kubernetes cluster can be a daunting task, especially if you’re new to it. Luckily, there are tools available that make it much easier to deploy a local Kubernetes cluster, and Minikube is one of the most popular. In this article, I’ll guide you through the steps to deploy a local Kubernetes cluster using Minikube.

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.