Category: Python
-
Real World DevOps CI/CD Python Project – Part 3
Read This Post: Real World DevOps CI/CD Python Project – Part 3Part 1 – Here Part 2 – Here Jenkins So let’s install Jenkins on the server02 by following the Jenkins Documentation, it’s pretty simple. After the installation completes we need to enable and start Jenkins. Ok, we confirmed that the service is up and running. Now type the following to get the initial admin password…
-
Real World DevOps CI/CD Python Project – Part 2
Read This Post: Real World DevOps CI/CD Python Project – Part 2Part 1 – Here Kubernetes Cluster Following part 1 of our project, if you deployed all the VMs using the Vagrant Scripts that I used, it is going to be easy to configure our Kubernetes Cluster because the container runtime is already installed as well as the kubelet and kubeadm, so, to configure the cluster…
-
Real World DevOps CI/CD Python Project – Part 1
Read This Post: Real World DevOps CI/CD Python Project – Part 1In this post, I will show how to deploy a Python + Flask app to a Kubernetes cluster using Jenkins + Ansible from a GitHub repository. Scenario This is a real-world use case that I had to do on my job, the App is a self-service portal where the users can log in with their…
-
Recreate Active Directory Groups with Users using Python
Read This Post: Recreate Active Directory Groups with Users using PythonSo, as I mentioned in my previous post, I need to recreate several AD Groups but use a new name and preserve the member users from that groups. I have shown in my last post how to do this with a simple PowerShell script but the problem is that is done one group at a…