What is the key principle behind the DevOps? admin May 28, 2024 DevOps 0 Comments The key aspects or principle behind DevOps is Infrastructure as code Continuous deployment Automation Monitoring Security Related Posts What is the architecture of Kubernetes? admin May 24, 2024 The architecture of Kubernetes consists of folowing components: Master : There is a master node .. How to install Jenkins? admin September 7, 2024 Step 1: Install Java 1. Check if you already have Java installed on your Ubuntu system: # java ..