In this article we are going to discuss how to configure Azure blob storage as sftp server. Read More
How to configure Azure blob storage as sftp server
Please contribute your Post URL at Contribute .
Subscribe For RSS Feed::Here.
Linux News Directory
In this article we are going to discuss how to configure Azure blob storage as sftp server. Read More
In this post we are going to learn how to use scatter plot using Plotly library in Python. Read More
This article will teach you about how to create simple API using FastAPI in python. Read More
Getting started with Kubernetes can be a little overwhelming. With so many tools like Minikube, K3s, Docker Desktop, MicroK8s, and Kind, even knowing which test distribution to use is not an easy choice. For local development, I find myself using Kind. It is quick to boot and integrates well with WSL2 allowing me to quickly […]
As a container management tool, Kubernetes was designed to orchestrate multiple containers and replication, and in fact there are currently several ways to do it. In this article, we’ll look at three options: Replication Controllers, Replica Sets, and Deployments. Read More
This is the fastest tutorial to install and run Kubernetes on Ubuntu. With this guide you’ll be running Kubernetes on your Ubuntu machine. It’s the fastest set up for local development. Read More
To stand out among the competition, experts urge you to prepare for interview questions. Here is a sampling of questions for your next DevOps job interview. Read More
In this tutorial, you will install the latest version of Docker Compose to help you manage multi-container applications, and will explore the basic commands of the software. Read More
In this article, we’ll cover various ways of scheduling jobs in Jenkins. Read More
Today I am going to show how to put ansible on docker. You may ask why? Well, many reasons, first of all pure curiosity on how to do it, second, you may end up in environment where you don’t have ansible installed nor you have a permissions to install anything, but free to pull docker […]