AnsibleWhat is Ansible?? Ansible is an open-source automation tool that allows us to automate the deployment, configuration, and management of their infrastructure. It is a simple and easy-to-use tool that can help automate repetitive tasks, such as install...Oct 17, 2023·3 min read
What is CNCF!!!Cloud Native Computing Foundation (CNCF): It is a non-profit organization that is dedicated to advancing the state of the art in cloud native computing. The CNCF community is focused on building and maintaining open-source technologies and platforms ...Jan 23, 2023·5 min read
CNCF LandscapeThe Cloud Native Computing Foundation (CNCF) Landscape is a visual representation of the cloud native ecosystem and the open-source projects and technologies that are part of it. It includes a variety of open-source projects, tools, and services that...Jan 23, 2023·2 min read
Grafana K6K6 is an open-source load-testing tool that allows developers and DevOps engineers to measure the performance and scalability of web applications and APIs. It is written in Go and allows for both scripting and execution of load tests, making it easy ...Jan 19, 2023·5 min read
Use HAProxy to Set Up HTTP Load Balancing on an Ubuntu VPS (WordPress)First, we deploy WordPress on two or more virtual machines. Then, we will use HAProxy as a load balancer. HAProxy(High Availability Proxy):- It is an open-source load balancer that can load balance any TCP service. It is particularly suited for HTTP ...Jan 18, 2023·2 min read
To Set Up a WordPress Virtual Machine on Virtual BoxWe need to install a Virtual box. Download according to Operating System. Now, we need to download WordPress virtual image from bitnami. Download .ova format file. Now, open the virtual box and import the WordPress package. Click on import applianc...Jan 17, 2023·1 min read
Some methods of load balancing1. Round Robin DNS (RRDNS) 2. Inbound proxy – Layer 7 load balancing 3. Inbound NAT – Layer 4 load balancing 4. DSR load balancing 1. Round Robin DNS (RRDNS)→ This is the simplest load-balancing method. the balancing is done by a type of DNS server. ...Jan 16, 2023·2 min read