Skip to content

bhargavi-devops/python-web-app-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevOps Sample Project

Overview

This is a Python Flask app deployed using Docker, Jenkins, and Kubernetes.

Steps:

  1. Build Docker image: docker build -t devops-sample-app .

  2. Run locally: docker run -p 5000:5000 devops-sample-app

  3. Jenkins pipeline:

    • Build & push image
    • Deploy to Kubernetes
  4. Kubernetes deployment: kubectl apply -f k8s-deployment.yaml kubectl apply -f k8s-service.yaml

App will be available at http://:80

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published