#python3
Read more stories on Hashnode
Articles with this tag
Some may be good at coding and operating CLI tools. But to be good at this, we need to go through a lot of practice to be confident at what we are...
Previously, I've created a GUI for running Docker Commands with Python CGI and AJAX, this time the task is to create GUI for running Kubernetes...
What is Socket? Sockets allow communication between two different processes on the same or different machines. To be more precise, it's a way to talk...
So, today's task is to:- Pull the Docker container image of CentOS image from DockerHub and create a new container Install the Python software on the...
A container is a standard unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one...
In the last article , we've discussed how to create Logical Volumes to give dynamic storage to the Hadoop cluster with the help of Logical Volume...