Ibrahima DIALLOautodidacte.hashnode.dev·Nov 23, 2024Exploration de K3s : distribution Kubernetes légèrePourquoi opter pour k3s La nature légère de k3s en fait une solution idéale pour le edge computing et les scénarios IoT, où les ressources sont souvent limitées et l'efficacité primordiale. Dans ces environnements, K3s offre les fonctionnalités essen...DiscussKubernetes
Akshay Siwalakshay-siwal.hashnode.dev·Nov 20, 2024Understanding Slack's January 2021 Outage: A Restaurant AnalogyOn January 4th, 2021, Slack experienced a significant outage that affected millions of users worldwide. While the root cause was traced to degraded AWS Transit Gateways (network connectivity issues), an interesting cascade of events occurred when Sla...Discussslack
Harish Sharmaharishsharma.hashnode.dev·Nov 6, 2024Static and Dynamic Provisioning in KubernetesIn Kubernetes, storage provisioning refers to the process of creating storage resources, such as PersistentVolumes (PVs), which can then be used by applications within the cluster. Kubernetes offers two main types of provisioning: dynamic provisionin...DiscussKubernetes
Akash Sutarlearn-jenkins.hashnode.dev·Oct 25, 2024Project On Provisioning Resources On AWS Using AnsibleIntroduction Ansible is a powerful tool that can also be used to provision various resources, such as on the AWS platform, GCP, or Azure. In this series, we will use the Ansible Playbook to provision AWS EC2 instances. Setting Up the Environment Unde...DiscussConfiguration Management- Ansibleansible
Sprasad Pujarisprasad.hashnode.dev·Sep 18, 2024Infrastructure as Code (IaC): A Comprehensive Guide to IaC Tools 🚀Infrastructure as Code (IaC) has revolutionized the way we manage and deploy IT infrastructure. In this comprehensive guide, we'll explore the different types of IaC tools, their use cases, and how they fit together in a modern DevOps environment. Ty...Discuss·1 like·26 reads#InfrastructureAsCode
Aryan Guptaaryangupta0077.hashnode.dev·Aug 27, 2024Simplifying Virtual Machine Setup with Vagrant ProvisioningContent Introduction What is Provisioning? Understanding Provisioning in Vagrant Provisioning a VM with Vagrant Benefits of Using Vagrant Provisioning Conclusion Introduction In today's fast-paced tech environment, the need for quickly deploy...DiscussDevops
Ragavieasydevops.hashnode.dev·Jul 14, 2024Terraform - ProvisionersWe all have played with the toys in Kinder Joy chocolate, right? So, remember this for terraform provisioners, Kinder Joy includes a toy and an instruction note that helps to set up the pieces of the toy. In the same way, Terraform provisioners act l...Discuss·1 like·28 readsTerraform
Abdul Rehman Alviblogs.cyphercrafters.com·Jan 31, 2024Taming the Beast: How Dynamic Scaling Saves You from Over-Provisioning and Under-ServingWe've all been there. The traffic spikes, the server sweats, and the panic button gets a little too tempting. In the heat of the moment, throwing more resources at the problem seems like the quickest fix. But hold your horses, cowboys! Over-provision...DiscussKubernetes
Harish Narnawaredevopsprojects.hashnode.dev·Jan 15, 2024Automating Infrastructure with Terraform and Ansible!Introduction This documentation outlines the deployment and configuration process for setting up a basic infrastructure on AWS using Terraform and configuring it with Ansible. The infrastructure includes instances for Nginx, MariaDB, and an Ansible C...Discuss·48 readsTerraform
Saswat Samalsaswatblogs.hashnode.dev·Nov 6, 2023🚀🔧 DevOps 3.6: Streamlining the Project with Provisioning and Scripts 💻🛠️Steps: Begin by cloning the provided repository. Then, navigate to the Vagrant directory and choose the folder that matches your system configuration.📦🔍🖥️ git clone https://github.com/saswatsam786/devops-project-local I just do vagrant up . G...Discuss🚀 DEVOPS 3.0: Building Your Project 🏗️Devops