Python Forum

Full Version: Rapidly Develop Python Microservices
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Kubernetes has become the de-facto standard for running cloud applications. With Kubernetes, users can deploy and scale containerized applications at any scale: from one service to thousands of services. The power of Kubernetes is not free — the learning curve is particularly steep, especially for application developers. Knowing what to do is just half the battle, then you have to choose the best tools to do the job. So how do Python developers create a development workflow on Kubernetes that is fast and effective?

https://medium.com/python-pandemonium/developing-python-applications-on-kubernetes-75be68a3f0f9