Munilakshmi G J100daysdevops.hashnode.dev·an hour agoDay 61 of 100 Days : Practical Demo – Setting Up AWS CodeBuild for CI -Part 2In today's blog, we're diving into the next step of our continuous integration journey by setting up AWS CodeBuild. This part of the process automates the building and testing of our Python Flask application. So, let's get hands-on and walk through h...AWS
Munilakshmi G J100daysdevops.hashnode.dev·7 hours agoDay 60 of 100 Days : AWS Continuous Integration Demo -Part 1Objective Today, we’ll be setting up an AWS Continuous Integration (CI) pipeline for our Python application. This process involves creating a GitHub repository to store the source code, setting up AWS services like CodePipeline and CodeBuild, and und...codebuild
Shaik Mustafadevops-cicd.hashnode.dev·Dec 24, 2024Deploy a Java Application using JenkinsIntroduction In today’s fast-paced software development world, Continuous Integration and Continuous Deployment (CI/CD) streamline application delivery. In this blog, we’ll discuss how to deploy a Java-based application to an Apache Tomcat server usi...deploy java application using jenkins
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Dec 24, 2024Understanding the Difference Between Kind config.yml and Kubernetes kubeconfigWhen you're working with Kubernetes, you'll come across two configuration files that can seem a bit confusing at first: Kind config.yml and Kubernetes kubeconfig. While both use YAML format and deal with cluster configurations, they serve entirely di...config.yml
Munilakshmi G J100daysdevops.hashnode.dev·Dec 24, 2024Day 59 of 100 Days : Freelancing as a DevOps EngineerIt’s been 59 days since I embarked on this 100-day DevOps challenge, and today, I want to share my journey toward freelancing as a DevOps Engineer. Freelancing offers the freedom to work on diverse projects, collaborate with clients from different in...Devops
Ahammed Basha Shaikday-12-of-100-days-challenge.hashnode.dev·Dec 24, 2024Recap and Moving Forward with Shell ScriptingIntroduction DevOps is not just a career path—it’s a journey of continuous learning and growth. Day 12 of the 100DaysOfDevOps challenge marks a significant milestone as I revisited the fundamentals covered so far while diving deeper into automation w...fundamentals
Vinay Tiladaembarking-on-my-devops-journey.hashnode.dev·Dec 24, 2024Week 4: Monitoring and Optimization – Scaling and Load Balancing in AWSThe final week of the project was dedicated entirely to the critical tasks of monitoring and optimization. This phase was essential for ensuring that our applications and infrastructure were running efficiently and cost-effectively. Monitoring on AWS...Devops
Munilakshmi G J100daysdevops.hashnode.dev·Dec 23, 2024Day 58 of 100 Days : Exploring Lesser-Known Tools in DevOpsWelcome to Day 58 of my 100 Days of DevOps journey! 🚀Today, we’ll uncover some hidden gems in the DevOps ecosystem. These tools may not be as mainstream as Docker, Kubernetes, or Ansible, but they can significantly enhance your workflow and help you...terragrunt
Shaik Mustafadevops-cicd.hashnode.dev·Dec 23, 2024Integrating Git with Jenkins: A Complete GuideIntroduction Continuous Integration (CI) is a core practice of modern DevOps. Integrating version control systems like Git with Jenkins empowers teams to automate code builds, tests & deployments seamlessly. In this article, we'll explore how to inte...60 readsjenkins integration with git
Shaik Mustafaiaac.hashnode.dev·Dec 22, 2024Day-3 of Terraform Certification JourneyUnderstanding Providers in Terraform What are Providers? Providers in Terraform are plugins that allow Terraform to interact with APIs of cloud platforms or other services. They define the resources and data sources Terraform can manage, such as AW...Terraform