VDVikas Dhongadeinvikas6819.hashnode.dev·Dec 5, 2024 · 2 min readKubernetes Architecture.There are two types of nodes or machines in Kubernetes architecture, master node (control plane) and a worker node. Worker Node: Each worker node has multiple pods running on it, there are 3 processes which needs to be installed on every worker node ...00
VDVikas Dhongadeinvikas6819.hashnode.dev·Dec 5, 2024 · 4 min readGuide to Fundamental Kubernetes ElementsThere are several kubernetes components which we as a kubernetes administrator must be familiar with, each of the component is described below. Node: It’s a physical or virtual machine. Pod: It’s a smallest unit/component present in kubernetes. ...00
VDVikas Dhongadeinvikas6819.hashnode.dev·Apr 16, 2023 · 5 min readAmazon EC2 Pricing Model: Part 3While working with EC2 instances, we would want the amount paid toward the EC2 instances must be as low as possible and to achieve this we must know the different EC2 pricing models. We will look at the different available pricing models below. On-De...00
VDVikas Dhongadeinvikas6819.hashnode.dev·Apr 15, 2023 · 4 min readMore About Amazon EC2 Service: Part 2Exploring EC2 Instance Families: 1) "M" (m4,m5,m6): General Purpose - Details: Balance of compute (CPU), memory & networking. - Use Case: Web Servers and Code Repositories 2) "T" (t2, t3, t3a) : Burstable Performance Instance - Details: Accumulate CP...00
VDVikas Dhongadeinvikas6819.hashnode.dev·Apr 15, 2023 · 2 min readAmazon Elastic Compute Cloud (EC2): Part-1What is EC2: EC2 is a service provided by AWS to create virtual machines/servers on the AWS cloud. Why we need EC2: Let's take an example, you created one application and now you want to deploy it so that it will be available for the users, so to dep...00