Technical EJ - Latest Technology News Technical EJ - Latest Technology News : DevOps
Showing posts with label DevOps. Show all posts
Showing posts with label DevOps. Show all posts

Wednesday, 7 May 2025

How to deploy Game-2048 application in AWS EKS cluster (with Fargate option)

How to deploy Game-2048 application in AWS EKS cluster (with Fargate option)

Hi Everyone, I have written an article on how to deploy the game 2048 application on the AWS EKS service using the Fargate method. 

Thursday, 27 May 2021

How to setup Multi Node k8s Cluster on AWS using Ansible

How to setup Multi Node k8s Cluster on AWS using Ansible

Hello Everyone, today I am going to explain how to setup a Kubernetes Multi-Node cluster on AWS Using the Ansible tool . Kubernetes Multi-No...

Saturday, 10 April 2021

 How to create ansible roles for web servers and load balancer

How to create ansible roles for web servers and load balancer

Hi everyone, today I am going to perform an automation task using Ansible Tool. The task we are going to perform is: 1) Create an Ansible ro...

Thursday, 8 April 2021

How to Run GUI App on Docker

How to Run GUI App on Docker

Hello Everyone, today I am going to explain to you how to run the Firefox application on top of Docker.   Follow the steps to  run firefox(G...

Sunday, 21 March 2021

How to make Httpd service idempotence in nature

How to make Httpd service idempotence in nature

Today's Task: Restarting httpd Service is not idempotence in nature and also consumes more resources suggests a way to rectify this chal...