This article will teach you about how to create simple API using FastAPI in python. Read More
How to Create simple API using FastAPI in Python
Please contribute your Post URL at Contribute .
Subscribe For RSS Feed::Here.
Linux News Directory
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 […]
Every now and then I come across the requirement to build Docker images inside a Docker container. More often than not, this happens when I need to build Docker images as part of a Continuous Integration pipeline running Jenkins – where the Jenkins master (or agent) is running inside a Docker container. Read More
This article will guide you on How to add line in file on multiple servers using Ansible playbook in minutes. Read More