Skip to content

Built endpoints for the TechTrends web app to show application health, metrics, and logging events. I used Docker to package the app, GitHub Actions for CI, k3s to deploy the app in a Kubernetes cluster, Helm for parameterizing the web app's manifests, and ArgoCD for Continuous Delivery to the staging and prod environments.

Notifications You must be signed in to change notification settings

zarexalvindaria/techtrends

Repository files navigation

TechTrends Web Application

This is a Flask application that lists the latest articles within the cloud-native ecosystem.

Run

To run this application there are 2 steps required:

  1. Initialize the database by using the python init_db.py command. This will create or overwrite the database.db file that is used by the web application.
  2. Run the TechTrends application by using the python app.py command. The application is running on port 3111 and you can access it by querying the http://127.0.0.1:3111/ endpoint.

About

Built endpoints for the TechTrends web app to show application health, metrics, and logging events. I used Docker to package the app, GitHub Actions for CI, k3s to deploy the app in a Kubernetes cluster, Helm for parameterizing the web app's manifests, and ArgoCD for Continuous Delivery to the staging and prod environments.

Topics

Resources

Stars

Watchers

Forks