Dockle

Dockle It is one of the DevSecOps tools which detects the docker image Vulnerabilities and supports the CIS benchmarks. Before pushing into the container registry, we need to make sure the image will be CIS benchmark standards. Dockle has 5 check levels.   LEVEL DESCRIPTION FATAL Be practical and prudent WARN Be practical and prudent, but…

Azure Concepts

Microsoft Azure Administration AZ-104 Microsoft Azure is a cloud computing platform and infrastructure for building, deploying and managing applications and services through a global network of Microsoft-managed datacentres. It provides both Platform-as-a-Service (PaaS) and Infrastructure-as-a-Service (IaaS). Skills at a glance Manage Azure identities and governance (20–25%) Implement and manage storage (15–20%) Deploy and manage Azure…

Spanned Volume

Spanned Volume: A spanned volume combines areas of unallocated space from multiple disks into one logical volume, allowing you to more efficiently use all of the space and all the drive letters on a multiple-disk system. Suppose if two new disks are assigned to the server and want to create spanned volume then follow the…

Install Terraform in Ubuntu Linux

Below are the commands to install Terraform in Ubuntu Linux   sudo apt update sudo apt install  software-properties-common gnupg2 curl   curl https://apt.releases.hashicorp.com/gpg | gpg –dearmor > hashicorp.gpg sudo install -o root -g root -m 644 hashicorp.gpg /etc/apt/trusted.gpg.d/   sudo apt-add-repository “deb [arch=$(dpkg –print-architecture)] https://apt.releases.hashicorp.com $(lsb_release -cs) main”   sudo apt install terraform

Install and Configure Bamboo tool

This post describes how to install and configure the Bamboo tool which is used for Continuous Integration and Continuous deployment also called as CI/CD pipelines. There are various types of CI/CD pipelines and Bamboo is one of the tool which is being used for continuous deployments in the cloud environment. Below are the some of…

Azure Storage

Azure storage Locally-Redundant Storage (LRS) LRS replicates data three times within one data center located in a primary region. When LRS is enabled, Azure Storage only registers write requests as successful once data is written to three replicas. LRS provides at least 99.999999999% durability for objects during a given year. LRS is offered at a…

Cluster in VMware

VMware Clusters 1. HA – High Availability Cluster Whenever the ESXi host is down then automatically VM’s will migrate to another ESXi host and restart the VM’s.There will be downtime expected for the VM’s.It will install HA agent(Fault Domain Manager (FDM)) in ESXi host. FDM agent will run the election process.Election process: a. Maximum number…

Cloud Index

Cloud Environment 1. Azure — Microsoft2. AWS — Amazon3. GCP — Google Terraform (tf) DevOps 1. CI/CD 2. Github  — version control system3. Jenkins4. Docker5. Kubernetes6. Ansible (yaml)7. Python (py)8. Packer9. Puppet10. Chef CI/CD pipelines: Team Foundation Server (TFS) – Azure devops Jenkins Bamboo – Atlassian Travis CI

Terraform

Terraform create main.tf got to DOCS: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs Providers : copy the script paste in visual studio got to view–Terminal execuete : terraform init Got to AD–App regtistration–create new registration. copy: clientID:  copy TenantID:  copy subscription ID:  AD–App registration-select created form–lefthand select certificates and secrets– create new client secret- copy teh secret ID CLient Secret ID:…