PinnedPublished inAWS TipEliminate vendor lock-in of Serverless workloads with OpenFaaSThe serverless platforms in the clouds cause vendor lock-in and limited by the cloud provider. Openfaas solves this problem with k8sOct 6, 2022Oct 6, 2022
PinnedLaunching Kubernetes with Ansible rolesLaunching Kubernetes is a tedious task and this problem can be solved if we can automate the task with configuration tools like ansible.Apr 10, 2021Apr 10, 2021
How Loops in Network can be solved with STP (Using 7 switches in topology)The looping can be solved with the help of STP. This blog provides detailed example based explanation of the workings of STPJan 2, 2023Jan 2, 2023
Creating Terraform module for AWS VPC creationCreating VPC involves a lot of steps like creating the VPC first and then creating a subnet and then routing tables and gateways. So I…Jun 23, 2021Jun 23, 2021
Managed MySQL with Amazon RDSIn this post, I am going to show how to launch a managed MySQL server with the help of Amazon RDS service.May 24, 2021May 24, 2021
Configuring docker containers with ansible via SSHIn this blog, I am going to use ansible to configure docker container with httpd server. Now using ssh in docker is unadvisable in general…Mar 28, 2021Mar 28, 2021
Dynamically changing variables based on OS distro in Ansible PlaybookWhen it comes to some applications like webserver application from apache which has package name as httpd in RedHat based distros and…Mar 28, 2021Mar 28, 2021
Creating a Network Topology such that A can connect to B and C but B and C can only connect to AHere we have 3 VMs which have connectivity with each other at the start. But we want to configure it such that the mn1 can ping to mn2 and…Mar 28, 20211Mar 28, 20211
Running GUI application in Docker with XmingIn this article, I am going to attach the docker container GUI in the windows with the help of Xming app.Mar 23, 2021Mar 23, 2021
OpenShift Industry Use CasesOpenShift is a Container platform tool that uses the Kubernetes and many other concepts like builds for continuous integration and…Mar 13, 2021Mar 13, 2021