STIG Automation using Chef on AWS and Azure

Introduction The Defense Information Systems Agency (DISA) provides a standard to maintaining the security posture of the Department of Defense (DoD) IT infrastructure. DISA accomplishes this task is by developing and using Security Technical Implementation Guides, or “STIGs.” DISA Security Technical Implementation Guides (STIGs) for Windows OS: https://iase.disa.mil/stigs/os/windows/Pages/index.aspx STIGs are nothing more than alternate configurations […]

Configuring Kubernetes Cluster on AWS and running/scaling a .Net Core application

Development Environment Setup Containerize the application Push the image to DockerHub Configure Kubernetes Cluster on AWS Deploy the Kubernetes Dashboard Deploy the Application in Kubernetes using .yml file Scaling Kubernetes Cluster pods Delete the Kubernetes Cluster Development Environment Setup Install AWS CLI Install Kubernetes Operations (kops) Containerize the application Clone this repo to a folder Open a […]

Configuring Azure Kubernetes Service (AKS) Cluster and running/scaling a .Net Core application

Development Environment Setup Containerize the application Deploy the application to local Kubernetes Cluster Push the image to Azure Container Registry using the Azure CLI Create AKS cluster using the Azure CLI Deploy the application to AKS Cluster using .yml file Scale the application and Kubernetes infrastructure Scaling Azure Kubernetes Service (AKS) Cluster nodes Scaling Azure […]