Within this repository, you'll discover the essential source code and deployment files needed to orchestrate a Real-time Cricket Score Application on Kubernetes.
This project revolves around the following steps:
- Retrieving real-time cricket data through the Cricbuzz API using Python.
- Converting raw data into a readable format and displaying it on a Python Flask Application's webpage.
- Creating a Docker container image for the application.
- Uploading the container image to the Google Container Registry.
- Deploying the application on a Kubernetes Cluster.
- Python
- Flask
- Docker
- Kubernetes
- Google Cloud
- Cricbuzz API
- Python installation
- Cricbuzz API Key
- Google Cloud Project
Guide on setting up the application locally:
- Clone this repository:
git clone https://github.com/vishal-bulbule/real-time-crick-score-app
Check out our demo video on YouTube showcasing the application: [Demo Video]