DevOps is a methodology that combines software development (Dev) with operations (Ops). It is not a tool.
Monday, February 22, 2021
Configuring Java and Maven
1️⃣ Configure Java Environment Open the Java environment file. sudo vi /etc/profile.d/java.sh Add these lines inside the file: expor...
-
I’ll cover: What is Security Group (SG) What is Network ACL (NACL) Stateful vs Stateless (deep explanation) Rule evaluation log...
-
🌐 What Are VPC Flow Logs? VPC Flow Logs capture metadata about IP traffic going to and from: VPC Subnet Network Interface (ENI...
-
🔹 1️⃣ What is a Sandbox in Kubernetes? In Kubernetes, a Sandbox usually refers to: A lightweight isolated runtime environment where a...