MKMuzaffar Khaninmuzaffarkhan.hashnode.dev路Oct 20, 2024 路 1 min read馃攼 Integrating Security in Jenkins Pipelines 馃攼In today鈥檚 fast-paced software development world, ensuring security throughout the CI/CD pipeline is critical. Here鈥檚 a quick guide on how to seamlessly integrate security into Jenkins pipelines for enhanced safety and accountability: 1锔忊儯 Integrating...00
MKMuzaffar Khaninmuzaffarkhan.hashnode.dev路Oct 20, 2024 路 4 min readLinux SSH SecuringSecuring an SSH connection is critical for protecting servers from unauthorized access and potential attacks. Here are several best practices to enhance SSH security: 1. Disable Root Login Why: Allowing direct root access can be risky since it provi...00
MKMuzaffar Khaninmuzaffarkhan.hashnode.dev路Aug 22, 2024 路 4 min readAutomating EKS Deployment Using GitLab CI/CD PipelineIntroduction: As organizations continue to adopt cloud-native technologies, managing the deployment process becomes increasingly important. GitLab CI/CD pipelines provide a powerful way to automate the building, testing, and deployment of application...00
MKMuzaffar Khaninmuzaffarkhan.hashnode.dev路Aug 22, 2024 路 3 min readDeploying Applications on an EKS Cluster Using a Jenkins PipelineIntroduction: In today's fast-paced software development environment, continuous integration and continuous deployment (CI/CD) pipelines are essential for automating the process of building, testing, and deploying applications. Jenkins, a widely used...00