Skip to content

Kubernetes deployment manifest for the Flask web application in the "flask-kubernetes-app" repository, part of a GitOps setup.

License

Notifications You must be signed in to change notification settings

TadeopCreator/kubernetesmanifest-flask-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Manifest for Flask App

This repository contains the Kubernetes deployment manifest for the Flask application from the flask-kubernetes-app repository.

Check the medium article of this project with a complete description of the process.

Visual Guide to Our Continuous Deployment Workflow:

Visual Guide to Our Continuous Deployment Workflow

Table of Contents

Manifest Overview

This repository hosts the Kubernetes deployment manifest (deployment.yaml) for the Flask application deployed in the flask-kubernetes-app repository. The manifest specifies the deployment settings, including the container image to use.

The deployment.yaml file is an integral part of the GitOps deployment process. Any changes to the container image, replicas, or other deployment settings can be managed through this file, ensuring seamless updates to your Kubernetes cluster.

For a comprehensive guide on the entire GitOps setup, including the Flask application and Kubernetes deployment, please refer to the accompanying Medium article.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Kubernetes deployment manifest for the Flask web application in the "flask-kubernetes-app" repository, part of a GitOps setup.

Topics

Resources

License

Stars

Watchers

Forks