RKRahul Kumar Vermainrahulkverma.hashnode.dev·Jun 17, 2023 · 5 min readLoad Balancer - AWSThe best way to explain this service is by taking a real-time scenario - let's think of an E-commerce website running on a web server that is hosted in the AWS cloud. The web server is configured in such a way that it can handle a certain amount of i...00
RKRahul Kumar Vermainrahulkverma.hashnode.dev·Jun 9, 2023 · 4 min readWhy & What is Ansible - AnsibleEarlier the administrators were managing the infrastructure manually, which took a lot of time to do and was repetitive. Let's take a real example an administrator has to manage the infrastructure by logging in to each server and doing patching, clea...00
RKRahul Kumar Vermainrahulkverma.hashnode.dev·May 30, 2023 · 3 min readMulti-Container Pod - KubernetesThe idea of decoupling a large monolithic application into sub-components is known as microservices and it enables us to develop and deploy a set of independent, small, reusable code. in simple terms, Microservices architecture can help us to scale u...00
RKRahul Kumar Vermainrahulkverma.hashnode.dev·May 26, 2023 · 2 min readInit Containers - KubernetesInit containers are special containers & kubernetes will always execute them to completion before the main containers are executed. In simple, before the main containers start it depends on some of the prerequisite processes, work, and utility to run...00
RKRahul Kumar Vermainrahulkverma.hashnode.dev·May 8, 2023 · 3 min readBackup & Restore Kubernetes ClusterIn a real-time scenario, we must encounter failures related to the accidental deletion of resources-definition.yaml files or we want to use earlier resources as it was. so how to recover or back up our kubernetes cluster as it was before is the most ...00