Recent Posts - page 2
-
Load variable files Dynamically with respect to the OS using Ansible
Problem Statement: Create an Ansible Playbook which will dynamically load the variable file named the same as OS name and just by using the variable names we can Configure our target node.(Note: No need to use when keyword here.) Now,… Read More ›
-
Taints and Tolerations in Kubernetes
-
Retrieving Container’s IP Dynamically Using Ansible and Configuring a Webserver Inside the Container
Hey guys hope you all are doing in today’s article we are going to see how can we directly run ansible-playbook directly into the docker container. Isn’t it interesting just think one playbook launching container for us updating inventory and… Read More ›
-
GUI Based Application inside Docker Container
-
Elastic Storage in Hadoop using Logical Volume Management
-
Check if a number is Panagram or Not
Given a number N containing even number of digits. The task is to check whether that number is palindrome or not. Input : N = 10239876540022Output : YesExplanation: N contains all the digits from 0 to 9. Therefore, it is a pangram. Simple Approach: 1. Given a number containing… Read More ›
-
AWS -Simple Queue Service (SQS)
-
Replication Controller in Kubernetes
Featured Categories
DevOps ›
-
Git PULL vs FETCH
20 Mar 2022
-
Terraform module: one lesson learned hard way
20 Mar 2022
-
ANSIBLE INVENTORY
8 Mar 2022
-
How to build the NodeJs app from scratch!
18 Feb 2022
-
Terraform : Chaos to code
6 Feb 2022
-
Load variable files Dynamically with respect to the OS using Ansible
1 Jul 2021
Linux ›
-
The Password Story
6 Feb 2022
-
Elastic Storage in Hadoop using Logical Volume Management
7 Apr 2021
-
Kubernetes: Up and Running
21 Jan 2021
-
HTTPD Service is not Idempotent in Nature — Make it using Ansible
12 Jan 2021
-
Linux Introduction: Part 1
25 Jul 2020
-
Yum and DNF configuration in Redhat Linux 8
7 Jun 2020
Swift ›
-
Optionals in Swift
16 Jan 2020
-
Custom Types As Raw Value for Enum in Swift
1 Oct 2019
-
Implicitly Unwrapped Optionals in Swift
26 Sep 2019
-
Guard in Swift
9 May 2019
-
Functions in Swift
8 May 2019
-
Swift let vs var
10 Apr 2019
You must be logged in to post a comment.