Prasad Suman Mohan blog.prasadsuman.meยท15 hours agoBuilding a Serverless Node.js Application on AWS with CI/CD ๐Introduction Building and deploying serverless applications can be an exhilarating experience. In this comprehensive guide, we'll walk through the process of creating an EC2 instance, installing Node.js and npm, creating a new serverless project, set...Discussยท21 likesยท31 readsAWS Cloud โ#90daysofdevops
Deepak Patildeepakcloud22.hashnode.devยท7 hours agoManaging Persistent Volumes in Your Deploymentโจ Introduction Are you struggling to keep your Kubernetes data safe and accessible? Are you struggling to keep your Kubernetes data safe and accessible? ๐คฏ Don't worry; Kubernetes has a solution for you! ๐ In this blog post, we'll dive into the worl...DiscussKubernetes
Ketanketangrover.hashnode.devยท8 hours agoConfigMap: Store non-confidential dataConfigMap A configMap is an API object used to store non-confidential data in key-value pairs. Pods can consume ConfigMaps as env variables, command-line arguments, or as configuration files in a volume. A configMap allows you to decouple env specifi...DiscussTrainWithShubham
Siri Chandanairis1919.hashnode.devยท8 hours agoDay8-90Days of DevOps Challenge /GIT & GitHub for DevOpsTABLE OF CONTENTS What is Git? What is GitHub? What is Version Control? How many types of version controls do we have? Why do we use distributed version control over centralized version control? Task 1: Install Git Task 2: Create a GitHub Accou...Discuss#90daysofdevops chanllenge
Yashraj JaiswalProyashraj-jaiswal.hashnode.devยท12 hours agoTerraform Modules Explained: How to Achieve reusability in Terraform๐ Introduction Up until now, we have been using multiple files for our Terraform configuration. Today, we will explore Terraform modules, which allow us to create reusable Terraform files that can be utilized at different stages of our software deve...DiscussTerraform
Lokesh Kumarlearnwithlokesh.hashnode.devยท13 hours agoDay-22 : Getting Started with Jenkins What is Jenkins ?Jenkins is a free open-source Continuous Integration tool and automation server to monitor continuous integration and delivery. It is written in Java. It is known as an automated Continuous Delivery tool that helps to build and test the software syst...DiscussTrainWithShubham
Som Pandeysompandey.hashnode.devยท13 hours agoYour CI/CD pipeline on AWS - Part-1 ๐ โWhat if I tell you, in next 4 days, you'll be making a CI/CD pipeline on AWS with these tools. CodeCommit CodeBuild CodeDeploy CodePipeline S3 What is CodeCommit? CodeCommit is a managed source control service by AWS that allows users to store...DiscussDevops
Amash Ansarinoobdevblog.hashnode.devยท14 hours agoAnsible Fundamentals SimplifiedAnsible is like a digital assistant for your computer systems. It's a tool that helps you automate and manage tasks on your servers, like installing software, configuring settings, and even updating applications. Instead of doing these tasks manually...DiscussTrainWithShubham
Nilesh Saharenileshsahare07.hashnode.devยท14 hours agoDay 40 AWS EC2 Automation โ๐ถ Automation in EC2: Amazon EC2 or Amazon Elastic Compute Cloud can give you secure, reliable, high-performance, and cost-effective computing infrastructure to meet demanding business needs. Also, if you know a few things, you can automate many thin...Discuss90DaysOfDevOpsDevops
Siri Chandanairis1919.hashnode.devยท18 hours agoUnderstanding Package Manager and SystemctlHello Everyone, Today we are learning about package manager and systemctl . What is a Package Manager? A package manager is a tool that allows users to install, remove, upgrade, configure and manage software packages on an operating system. The packa...DiscussTrainWithShubham