Mini Project :- Linux Shell Scripting for Server Resource Utilization Status and run this in every 5 minutes using Crontab.Mar 29, 2023·1 min read
Deployment of SMTP Mail server on AWS EC2 Instance by using Ubuntu & Automate this task via Crontab for sending an email notification for every 1 min:Hello Guys, Let's take a look at the below steps, we can have the Server on the cloud/On-premises as well depending on the customer's requirement. 1) Install mailutils & ssmtp Packages in ubunutu:- 2) Enable 2-Step authentication in Gmail security s...Mar 31, 2023·2 min read
Task-4 : Shell scripting and creation of basic shell scripting for if-else, loop and conditions Hands-on.Mar 27, 2023·2 min read
Linux Hands-on Part-2To view what's written in a file. To change the access permissions of files Read (r) : The read permission allows you to open and read the content of a file. But you can't do any editing or modification in the file. Write (w) : The write permi...Mar 25, 2023·2 min read
Linux | Part 1In this blog I am going to discuss briefly about Linux OS, its architecture and basic commands used to interact with Linux OS.Mar 24, 2023·3 min read
Deployment of pod using nginx image on AWS EC2 instance along with Namespace and pod life cycle management: -Pre-requisite:- 1) AWS EC2 Instance creation 2) Docker & Kubernetes installation in EC2 instance What is Namespace in K8s:- Namespace in Kubernetes is different as compared to the docker namespace, Users interacting with one namespace do not see the ...Mar 22, 2023·2 min read
Docker Architecture , Advantages and Hands-on Lab on Docker Container.Docker Introduction: - 1) Docker used a Client-Server architecture 2) Docker is a community and It is Open-source container technology. 3) It has 3 components a) Docker client b) Docker Daemon c) Docker Registry 4) We use Docker client to communicate...Mar 21, 2023·4 min read
Installation of Kubernetes Cluster (1 Master & 2 Worker) in Container mode for Ubuntu OS 20.04 LTS on t2.small AWS EC2 Instance.What is Kubernetes? It is a container orchestration and management tool. You can imagine an Orchestra event wherein one person so-called Orchestrator is used to manage other people by giving instructions on how to play the instruments, managing the m...Mar 21, 2023·5 min read