Posts
Hello World! Happy Coding and Smile :-)
Hello World! Happy Coding and Smile :-)
This is just some study notes while preparing for the Azure certifications.
There are a couple of buzzword in Kubernetes which makes our learning a bit hard. In this article I want to explain these terms which are important for us to understand what is Kubernetes.
This project will start with creating a scaffolding to assist in performing Continuous Integration and Continuous Delivery. And then it will use Github Actions along with a Makefile, requirements.txt and application code to perform an initial lint, test, and install cycle. Lastly, we will integrate this project with Azure Pipelines to enable Continuous Delivery to Azure App Service.
The infrastructure as code gives us a huge advantage in defining, deploying, updating and destroying our infrastructure. So to set up an image which contains our application for repeatable deployments, we will use packer to create the virtual machine images(in JSON format).
I spent a couple of hours in setting up my python environment with VS code yesterday. Here is my summary for setting up the python environment both in Pycharm and VS code. PyCharm