How to use Ansible to Deploy Application in K8S?

Introduction In this article we will use a simple api python app, and deploy it in k8s. We will use Jfrog artifactory to store our image, and use Ansible to automate the whole environmental installation and deployment. Prerequisites Note: everything in this article is suitable for Linux machines, especially Red Hat. Python API App For […]

Efficient Package Management With RPM & DNF

Introduction In this article you will learn how to take your python program and make it easy to download with your red hat pacakge manager. With the help of rpm (RedHat package manager) and dnf (also a package manager) we will achieve this task.So let’s get started. Creating Python Program For this demonstration, our python […]

How to set up GOGS git server with MkDocks?

How to set up GOGS git server? Introduction Before we dive in into the explanation let’s understand what are gogs and mkdocks.Gogs is a local git server, that we use to create repositories and save our code in thier.MkDocks is a static site generator for building project documentation. Prerequisites: Database: First of all, we need […]