https://github.com/kashishver-ma/devops-learnings
A container to hold on over all my pratice projects while learning devops toops like docker , jenkins , linux vm ,aws and many more.
https://github.com/kashishver-ma/devops-learnings
cicd docker docker-image dockerfile github jenkins jenkinsfile jenkinspipeline ubuntu
Last synced: 22 days ago
JSON representation
A container to hold on over all my pratice projects while learning devops toops like docker , jenkins , linux vm ,aws and many more.
- Host: GitHub
- URL: https://github.com/kashishver-ma/devops-learnings
- Owner: kashishver-ma
- Created: 2025-08-21T11:56:58.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-09-02T15:06:35.000Z (about 1 month ago)
- Last Synced: 2025-09-02T17:16:24.454Z (about 1 month ago)
- Topics: cicd, docker, docker-image, dockerfile, github, jenkins, jenkinsfile, jenkinspipeline, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 85.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to Use Windows As a virtual Machine ??
[wsl](https://github.com/kashishver-ma/Devops-learnings/blob/main/wsl_setup_guide.md)
# PROJECT 1 :
## Jenkins based project : (Simple HTML + CSS file)
- It contains all the information how jenkins life cycle work along with docker and docker hub.
- It has myapp file in which a basic HTML application is stored with some styling applied.
- I used docker as containerisation platform and dockerhub for registry purpose.
- The ubuntu machine is used as a virtual machine for installing docker and jenkins.- [Myapp](https://github.com/kashishver-ma/Cloud-learnings/tree/main/myapp) : HTML based
### The Readme.md also includes how the lifecycle of this full system works along with networking flow.
- [ec2-jenkins-docker](https://github.com/kashishver-ma/Cloud-learnings/blob/main/myapp/ec2-jenkins-docker-guide.md)
- [netork architecture](https://github.com/kashishver-ma/Cloud-learnings/blob/main/myapp/ec2-traffic-flow-guide.md)
- [OSI flow](https://github.com/kashishver-ma/Cloud-learnings/blob/main/myapp/osi-model-ec2-jenkins-docker.md)# PROJECT 2 :
## Jenkins (CI/CD) + Docker based project : AWS-Chatbot CI/CD (pYTHON -FLASK , REACT)
It contains details about :
- How you can write a docker file and docker compose file for 3 tier- architecture project like a chatbot ( python-flask : backend , python sdk : boto3 ,React : Frontend) ?
- How to write Dockerfile for both frontend and backend ?
- How to write a integrated Docker compose file for backend and frontend ?
- How to Automate Ci/Cd process using jenkins and use Docker hub as a docker container Regsitry for public access ?- [APP2](https://github.com/kashishver-ma/Cloud-learnings/tree/main/myapp2)
# PROJECT 3 :
## Docker + DOckerHub + AWS VM : to-do list (REACT-NEXTJS , fIRESTORE)
It contains how to :
- How to write a docker file for a normal nextjs project with firestore as db storage unit.
- How to deploy container on docker hub ?
- How to make a application deploment ready and access it using a VM ip .- [app3](https://github.com/kashishver-ma/Cloud-learnings/tree/main/myapp3)
# PROJECT 4:
### Deploy a Simple Web Application on Kubernetes