MVMrinalini Vermainkeepingitsimple.comยทNov 22, 2023 ยท 1 min readMaster Kubernetes With meKubernetes is a open source container orchestration platform which was developed by Google and now handled by Cloud Native Computing Foundation (CNCF). Why Kubernetes? Container Orchestration Containerization Self Healing Robust Scalability Rol...00
MVMrinalini Vermainkeepingitsimple.comยทJun 6, 2023 ยท 4 min readTerraWeek Day 2Task 1: Familiarize yourself with HCL syntax used in Terraform. HCL (HashiCorp Configuration Language) is the syntax used in Terraform to write infrastructure-as-code configurations. It is designed to be human-readable and easy to understand. Here ar...00
MVMrinalini Vermainkeepingitsimple.comยทJun 5, 2023 ยท 12 min readTerraWeek Day 1๐ฅ Excited to take part in the TerraWeek Challenge initiated by TrainwithShubham along with TWS Community Builders. ๐๐ In my latest blog post, I've shared an introduction to Terraform and the basics needed to get started! ๐ช What is Terraform? Terr...00
MVMrinalini Vermainkeepingitsimple.comยทFeb 19, 2023 ยท 2 min readPython Data Types and Data Structures for DevOpsTASKS: Difference between List, Tuple and set LISTSETTUPLE MutableMutableNon-Mutable It is an Ordered collection of itemsIt is an Unordered collection of itemsIt is an Ordered collection of items Items can be replaced or changedItems cann...00
MVMrinalini Vermainkeepingitsimple.comยทFeb 18, 2023 ยท 1 min readBasics of Python :)What is Python? Python is Open source, high-level, and object-oriented programming language.It is mostly used in server-side web applications, scripting, data analysis and many more fields.Its vast libraries, simple syntax and various frameworks make...00