Naman Sharmanamanvcloudops.hashnode.dev·Jul 8, 2023Blue-Green Deployments on Kubernetes: A CKAD Exam Must-KnowConceptImagine you have an application that is currently running on a server. You want to deploy a new version of the application, but you don't want to take the old version down because you're not sure if the new version will work properly.Long_Stor...226 reads#getfitwithsagar
mehdi pashamehdipasha.hashnode.dev·Jul 7, 2023Amazon EKS Cluster Configure node groupHere we have our cluster in AEKS clusters name ( test-cluster) click on cluster name compute to add nodes click on compute add a node group scroll down add node group Step 1: - Configure node group Node group configuration Step 2:- set compute an...1 like·43 reads#learnwithsgar
mehdi pashamehdipasha.hashnode.dev·Jul 7, 2023Introduction to Amazon Elastic Kubernetes Service - AEKSHow Amazon Elastic Kubernetes Service (AEKS) works? Amazon Elastic Kubernetes Service (Amazon EKS) is a managed Kubernetes service to run Kubernetes in the AWS cloud and on-premises data centers. In the cloud, Amazon EKS automatically manages the ava...1 like#learnwithsgar
mehdi pashamehdipasha.hashnode.dev·Jul 3, 2023Introduction to Docker fileIn this blog, we will see how an image is created from the docker file We will use a simple Python program and create a docker file that creates an image and finally create a container. What is a docker file? Dockerfiles are collections of instructi...30 reads#learnwithsgar
mehdi pashamehdipasha.hashnode.dev·Jul 3, 2023Amazon Machine Images (AMIs)* Sometimes we need to create the instance with the same configuration like the test instance needs the same configuration as the prod instance, To avoid redo of the instance creation and installing the software we can create an image of the instance...#learnwithsgar
mehdi pashamehdipasha.hashnode.dev·Jun 29, 2023Docker part 2 seriesPlay with docker to practice the docker task https://labs.play-with-docker.com/ How to check whether docker is installed or not Let's play with docker images we will perform the following activity. Firstly create your account on https://hub.docker.c...2 likes·30 reads#learnwithsgar
mehdi pashamehdipasha.hashnode.dev·Jun 28, 2023Welcome to the world of DockerLife without docker or before docker !!!! Assume your working with a group of people and you got a requirement to do a certain task the flow would be like the below. Application dev team will request resources from the operation engineer. resource...1 like·29 reads#learnwithsgar
mehdi pashamehdipasha.hashnode.dev·Jun 14, 2023Python - User Input - Type CastingType casting is a process to convert a variable datatype to another variable data type. Let's see two types of conversion that are implicit and explicit. Implicit is conversion in which a variable is converted automatically by Python, whereas an expl...#getfitwithsagar