Technoyon is a Certified Practitioner for ISO 9001:2015, ISO 20000-1:2018 and ISO 27001:2013

The Significance of Our ISO Certifications Being ISO certified isn’t just a badge of honor for us; it’s a reflection of our persistent drive for maintaining global standards. The International Organization for Standardization (ISO), a revered independent entity, sets rigorous standards to guarantee the utmost quality, safety, and efficiency of products, services, and systems. We’re […]
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 […]