Over the past few installments, we’ve create a python microservice,
dockerized the result, created a Container Registry and
Set up the Azure Kubernetes Service. We now have
a container serving a flask app to the internet from within a Kubernetes cluster. Let’s
try out some Kubernetes features via kubectl
.
Set up Kubernetes on Azure
Creating Python Microservices, Part 4
So far in this set of blog posts we’ve created a simple python microservice using flask, added user input validation and then dockerized the result. In Part 4 we’ll set up a Kubernetes Cluster on Azure Kubernetes Service so that we can deploy a preliminary version of the app.
[Read More]Dockerizing Flask Microservices for Deployment
Creating Python Microservices, Part 3
We’ve created a simple Python microservice using Flask in Part 1 and set up some simple validation in Part 2. In Part 3 we will package up what we’ve built in a Docker container so it can be deployed in Kubernetes.
[Read More]Flask JSON Input Validation
Creating Python Microservices, Part 2
Getting Started with Python Microservices in Flask
Creating Python Microservices, Part 1
Azure Sql Roles from Azure Active Directory
Compress a Folder in PowerShell for use in Linux
I wasted quite a bit of time trying to find the correct way to zip a folder in PowerShell so that it could later be extracted in a Linux docker container.
TLDR; Turns out the standard unix tar command is now standard-issue in Windows—no need to use PowerShell functions at all.
[Read More]