Best Flask open-source libraries and packages

Kubernetes flask go

Using noSQl Database for creating cluster of mongoDB and python Flask(backend services) for managing the website.
Updated 5 months ago

Deploy scalable NoSQL database cluster

Using noSQl Database for creating cluster of mongoDB and python Flask(backend services) for managing the website.

Access Services Running on Clusters:

You can connect to nodes, pods, and services from outside the cluster using one of several methods:

  • I used bash to run the pods and services.Access is provided by a cluster node or pod.
  • Run a pod and then use kubectl exec to connect to a shell within it.
  • From that shell, you can connect to other nodes, pods, and services.

newservices

Check Status of pods

The pod status command is used to check the status of Kubernetes pods. If the status.phase of a pod is Succeeded or Running, it returns OK.

pods

Deployment Status

To see if the Deployment was created, used kubectl get deployments.

get deploy

Website Demo

Created a website that printing a

 Welcome 👋to Tasks app! I am running inside app.....

11

  • All activities on website are done by sending requests On Flask api and getting the output, which are then executed on the MongoDB database.

  • Included Database Is running on kubernetes.