2 followers
Software Engineer
What is a Bastion host? A bastion host is a server whose purpose is to provide access to a private network from an external network, such as the...
What is helm? Helm is a package manager for Kubernetes. It makes updates and rollback of applications more efficient and improves team...
Introduction Automation is the key to streamlining your work processes for any software development project. GitHub actions allow you to add your...
Flake8 is a popular lint wrapper for python. In this article, we will understand the uses of flake8 against our python projects. What is...
In this article, we will go through the installation of Kubernetes in your local system and run a simple nginx server via kubernetes. We need to...
Configure the servers You need to have node preinstalled in your system or you can use any server of your choice. Our server running on the following...