Navigation Menu
Search code, repositories, users, issues, pull requests..., provide feedback.
We read every piece of feedback, and take your input very seriously.
Saved searches
Use saved searches to filter your results more quickly.
To see all available qualifiers, see our documentation .
Here are 16 public repositories matching this topic...
Jangirsumit / data_science.
Edureka "Data Science with Python" course solutions
- Updated Nov 28, 2020
- Jupyter Notebook
saihaj / EdurekaPythonDataScienceCertification2019
Code from Edureka Python Data Science Summer 2019
- Updated Jan 17, 2020
kishanrajput23 / Edureka-PUBG-with-Data-Science-Workshop
All the assignments, datasets and projects are here which I did during this workshop.
- Updated Nov 27, 2020
a-shirude / ML-using-Python
Machine Learning Certification Training using Python
- Updated May 17, 2020
kishanrajput23 / Edureka-AI-and-Machine-Learning-Workshop
This repository consists all the study materials, assignments, datasets and projects on which I worked during this workshop.
- Updated Nov 26, 2020
alvayash / Edureka_Assignments_Python_Programming_Certification_Training-
Here I am uploading all the assignments which I have covered under Edurekas : Python Programming Certification course
- Updated Apr 3, 2021
chandrikadeb7 / Edureka-Java-Assignment
Collection of Java source codes submitted as part of Edureka's Amdocs Course
- Updated Apr 30, 2020
gowthamrajj / edureka-cl-tut
Edureka's Contact List Tutorial
- Updated Sep 10, 2017
anirudherabelly / Edureka-Node
Edureka Node certification problem statements and solutions.
- Updated Jun 30, 2017
aadictive / SpringMicroservices-APIGateway-Edureka-Resilience4J
- Updated Oct 11, 2021
shamstabrez16 / microservice-ecommerce-app
Experimenting and Testing the Limits of Spring-Based Microservices in an Ecommerce Application Technology Topics: Java, Spring Boot, REST API, Spring Cloud, Java 8, Spring Framework, Spring Cloud Netflix, Spring Data JPA, RESTful API, Circuit Breaker, Edureka Microservices
- Updated Sep 1, 2023
HariPrasad-1999 / Edureka-PUBG-Data-Analysis
- Updated Jun 30, 2021
iambetaraybill / FBook
Angular Certification Project FBook - Edureka
- Updated Aug 15, 2023
guilhermelaviola / AbstractClassesAndInterfaces
Some examples that show how Abstract Classes and Interfaces work in Java. I learned this on Edureka.
- Updated Oct 23, 2024
Suhanip / Web-Development-tutorial
This repository contains the basic code files for developing a website. Tutorial by edureka.
- Updated Oct 11, 2020
PathumChinthaka / Travel-Planing-System-microservices
Implement Microservice Architecture for Next-Travel-Planing-System
- Updated Nov 19, 2023
Improve this page
Add a description, image, and links to the edureka topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the edureka topic, visit your repo's landing page and select "manage topics."
DEV Community
Posted on Jan 8
Edureka's DevOps Certification Projectπ π
Linkedin Github π π π π π π π π π π π π π π π π π π π π π
Problem Statement
AppleBite Co. is using Cloud for one of their products. The project uses modular components, multiple frameworks and want the components to be developed by different teams or by 3rd-party vendors. The companyβs goal is to deliver the product updates frequently to production with High quality & Reliability. They also want to accelerate software delivery speed, quality and reduce feedback time between developers and testers. As development progressed, they are facing multiple problems, because of various technologies involved in the project. Following are the problems:
- - Building Complex builds is difficult
- - Incremental builds are difficult to manage, and deploy
To solve these problems, they need to implement Continuous Integration & Continuous Deployment with DevOps using following tools:
Ansible - Configuration management tools This project will be about how to do deploy code to dev/stage/prod etc, just on a click of button.
Business challenge/requirement
As soon as the developer pushes the updated code on the GIT master branch, a new test server should be provisioned with all the required software. Post this, the code should be containerized and deployed on the test server. The deployment should then be built and pushed to the prod server. All this should happen automatically and should be triggered from a push to the GitHub master branch.
Steps for executing the solution:
β’ Use the Master VM for Jenkins, Ansible, GIT etc. β’ Use the fresh instance for Jenkins Slave Node (Test Server) β’ Change the IP address of the VMs accordingly β’ Add Build Pipeline Plugin and Post-build task plugin to Jenkins on the master VM β’ Install python, openssh-server and git on the slave node manually β’ Use the image devopsedu/webapp and add your PHP website to it using a Dockerfile β’ Push the PHP website, and the Dockerfile to a git repository
Below tasks should be automated through Jenkins by creating a pipeline:
- Install and configure puppet agent on the slave node (Job 1)
- Push an Ansible configuration on test server to install docker (Job 2)
- Pull the PHP website, and the Dockerfile from the git repo and build and deploy your PHP docker container. After. (Job 3)
- If Job 3 fails, delete the running container on Test Server
Linkedin Github
Top comments (0)
Templates let you quickly answer FAQs or store snippets for re-use.
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink .
Hide child comments as well
For further actions, you may consider blocking this person and/or reporting abuse
How to Safely Delete Local and Remote Branches in Git
CiCube - Nov 4
Using Stable Diffusion in AWS Bedrock to Generate Images
Muhammed Ashraf - Nov 3
Demonstrating Persistence vs. Non-Persistence in Kubernetes with MongoDB
Dmitry Romanoff - Nov 2
Monitoring and Logging in Jenkins: A Complete Guide
Avesh - Nov 2
We're a place where coders share, stay up-to-date and grow their careers.
IMAGES
VIDEO