Skip to content

dikshanthasbe/aws-devops-pgp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important Please pay attention!

In order to run this code file, please provide all the details in the config.py file

First, clone the github repo on the target server and change config.py file

Run the following things on the target website servers
sudo apt-get update
sudo apt-get install python3 python3-pip
git clone <github-link>
sudo pip3 install flask pymysql boto3
sudo python3 app.py

Routes on the website:
/ is the main website
/check will give kubernetes cluster status


For Kubernetes Cluster, use the dockerfile provided in the repo to create a container, deploy this container on kubnernetes on nodeport service, and specify ip and port in config.py file

Thanks,

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.6%
  • HTML 8.3%
  • Dockerfile 7.1%