MongoDB Aggregation pipelines and Map-Reduce venkatesh pensalwarJune 16, 2021Credits to: data-flair.com Aggregation operations process data records and return computed results. Aggregation operations group values from...
Automating LVM Using Python Script venkatesh pensalwarMarch 29, 2021Task Objective:- Automating LVM Partition using Python-Script. In the last Blog, we have seen how we can perform LVM Partionaing in Linux i...
Configure HAPROXY Using Ansible Automation Tool venkatesh pensalwarMarch 23, 2021 HAPROXY HAproxy is free, open-source software that provides a high availability load balancer and proxy server for TCP and HTTP-based appl...
HAProxy on AWS using ansible venkatesh pensalwarMarch 23, 2021 HAPROXY HAproxy is free, open-source software that provides a high availability load balancer and proxy server for TCP and HTTP-based appl...
Azure Kubernetes Service Case Study venkatesh pensalwarMarch 22, 2021 Kubernetes K ubernetes , also known as K8s, is an open-source system for automating deployment, scaling, and mana g ement of containerized...
UDP Chatting App Using Socket Programming venkatesh pensalwarMarch 22, 2021WHAT IS SOCKET PROGRAMMING?? Socket programming is a way of connecting two nodes on a network to communicate with each other. One socket(nod...
Run GUI Application On Docker venkatesh pensalwarMarch 21, 2021Docker Docker is a set of the platform as service products that use OS-level virtualization to deliver software in packages called container...