Divya vasant satputelearnwithdivya.hashnode.devΒ·Aug 27, 2024Docker to Kubernetes Migration MEGA PROJECTTOPICS COVERED Docker Architecture Kubernetes Architecture Docker to kubernetes Migration Kubernetes Components K8 ConfigMaps K8 Persistent Volumes K8 Secrets K8 Deployments K8 Service Namespace Database deployments K8 Persistent Volumes ...14 likesΒ·330 readsProjectsDevops
Divya vasant satputelearnwithdivya.hashnode.devΒ·Aug 12, 2024Jenkins on Server Push Based Approach CICDWhat is CI/CD? π οΈ Continuous Integration (CI) + Continuous Deployment (CD). Automates software delivery process. Server Push Based Approach π Code changes are automatically pushed to the server. Reduces manual intervention and accelerates de...1 likeΒ·117 readsProjectsDevops
Divya vasant satputelearnwithdivya.hashnode.devΒ·Aug 4, 2024Learn Ansible Automation: A Beginner to Expert GuideHello, automation enthusiasts! π Ready to embark on a thrilling journey through the world of Ansible? Whether youβre just starting or looking to supercharge your skills, this guide will walk you through everything from the basics to advanced techniq...91 reads#TWS
Divya vasant satputelearnwithdivya.hashnode.devΒ·Jul 30, 2024π Ansible: The Magic Wand of IT Automation β¨ππWhat we learn in this Blogππ What is Ansible ??π€β¨ Configuration Managementπ€ Push Based vs Pull Basedπ How to install Ansible Host Inventory YAML Playbooks Hands on Conclusion. Unlocking the Power of Ansible: A Brief Guide π Hey ...1 likeΒ·315 reads#TWS
Divya vasant satputelearnwithdivya.hashnode.devΒ·Jul 24, 2024Project Guide On Jenkins Integration with Sonar Server: A Complete GuideEnhancing Code Quality with Jenkins Integration and Sonar Server π In today's fast-paced software development world, ensuring high code quality is crucial. π One powerful way to achieve this is by integrating Jenkins with Sonar Server. Let's dive i...93 readsProjects#TWS
Divya vasant satputelearnwithdivya.hashnode.devΒ·Jul 20, 2024π SonarQube Tutorial: Improve Your Code QualityπTable of Contentsππ§ What is SonarQube ?? what is Code Review ?? How To Setup Sonar Server ?? Sonar Admin logins?? Sonar Rules ?? Sonar Quality Profile and Making Custom Quality Profile as default ?? Using Sonar Quality Profile and Custom Qua...1 likeΒ·60 readsDevops
Divya vasant satputelearnwithdivya.hashnode.devΒ·Jul 5, 2024Mastering Jenkins: A Full GuideJenkins: An Overview π What is Jenkins? Jenkins is an open-source automation server that enables developers to build, test, and deploy their software. Itβs a cornerstone tool in the field of continuous integration (CI) and continuous delivery (CD). ...83 readsDevops
Divya vasant satputelearnwithdivya.hashnode.devΒ·Jun 30, 2024Introduction to Jenkins: What You Need to KnowHey there! π Ready to dive into Jenkins? Whether you're new to CI/CD or just need a refresher, this guide will help you get started with Jenkins. Let's go! π Introduction to Jenkins π What is Jenkins? π€ Jenkins is an open-source automation serv...58 readsDevops
Divya vasant satputelearnwithdivya.hashnode.devΒ·Jun 27, 2024What is Apache Tomcat? A Beginner's Guide to the Web ServerππDeployment of Apache Tomcat Webserver Apache Tomcat is a web server Apache Tomcat is free and open source Apache Tomcat runs on 8080 port by default (we can also change that port ) Apache Tomcat Folder Structure bin : It contain commands to...1 likeΒ·148 readsDevops
Divya vasant satputelearnwithdivya.hashnode.devΒ·Jun 18, 2024π Building and Testing a Flask App with Docker: A Step-by-Step Guide πCreating and testing a Flask application using Docker can streamline your development process, ensuring consistency across different environments. This guide will walk you through the steps to set up and test a Flask application using Docker. Let's g...148 readsProjects#TWS