NewStats: 3,261,381 , 8,173,848 topics. Date: Thursday, 29 May 2025 at 05:25 AM 6o1g4x6z3e3g |
(1) (of 1 pages)
![]() |
DevOps has come a long way. it's faster, smarter, and more automated than ever. But with that rapid growth, new security risks are always lurking around the corner. Imagine this: you've locked all the doors to your cloud infrastructure, feeling safe… but you forgot the side window( Your CI/CD pipeline). If that window isn’t secured, an attacker might quietly slip in, or a simple oversight could sneak its way into production. That’s the reality we face today. Securing the cloud alone isn’t enough. We need to protect the entire journey from code to deployment. Do you want me to show you how. Click on this link https://devsecops-blog.hashnode.dev/hardening-gitlab-cicd-secrets-detection-sast-and-ecr-integration Are you interested in cloud/devops. I have videos for you. Everything simplified for everyone (whether you are just starting you have been in the game) https://www.youtube.com/watch?v=GQy2wcCYmiE&list=PLciSwG1la_BYtCBsfWvmEoxwHoVk_tyTW Don't forget to subscribe🙏🙏. "Make we see food chop"🤣🤣 |
![]() |
The phone jam trailer? ![]() |
![]() |
Typically, after writing a Terraform script, you would manually run terraform apply in the terminal to deploy your resources. However, GitOps simplifies this process. By integrating your version control system ike GitHub, GitLab, or Bitbucket. Now you can automate deployments with a simple git push. Do you want me to show you how. Click on this link https://devsecops-blog.hashnode.dev/secure-gitops-with-gitlab-cicd-terraform-and-tfsec-end-to-end-iac-security I also have alot of cloud/devops video for you here. Everything Simplified https://www.youtube.com/watch?v=GQy2wcCYmiE&list=PLciSwG1la_BYtCBsfWvmEoxwHoVk_tyTW Don't forget to subscribe🙏🙏. "Make we see food chop"🤣 |
![]() |
Typically, after writing a Terraform script, you would manually run terraform apply in the terminal to deploy your resources. However, GitOps simplifies this process. By integrating your version control system ike GitHub, GitLab, or Bitbucket. Now you can automate deployments with a simple git push. Do you want me to show you how. Click on this link https://devsecops-blog.hashnode.dev/secure-gitops-with-gitlab-cicd-terraform-and-tfsec-end-to-end-iac-security Don't forget to subscribe🙏🙏. "Make we see food chop"🤣🤣 |
![]() |
Gen millennials are the smartest. Most of the tech giant and innovation we have today are from the millennials.
|
![]() |
Kubernetes is the world’s leading container orchestration platform, known for powerful features like load balancing, self-healing, and automated scaling. However, securing a Kubernetes cluster can be challenging due to its broad attack surface spanning the infrastructure, the Kubernetes control plane, and the applications running on it. In this article, I’ll walk you through key concepts and practical tips to help you strengthen the security of your Kubernetes cluster. Check this out https://devsecops-blog.hashnode.dev/7-layers-of-kubernetes-security-every-engineer-must-know I also have alot of cloud/devops video for you here. Everything Simplified https://www.youtube.com/watch?v=GQy2wcCYmiE&list=PLciSwG1la_BYtCBsfWvmEoxwHoVk_tyTW |
![]() |
Happy New week🔥🔥🔥 GitLab is one of the most widely used version control and CI/CD platforms globally. When working with pipelines, we often need to use sensitive information such as s or SSH keys. To keep these secrets secure and out of source code, GitLab allows us to store them as environment variables, which can then be safely referenced within our pipeline scripts. Objective(s) ✅ Set up variables in GitLab Requirement(s) ✅ A gitlab Check out the link https://devsecops-blog.hashnode.dev/how-to-securely-store-and-use-variables-in-gitlab-pipelines I also have alot of cloud/devops video for you here. Everything Simplified https://www.youtube.com/@africacloudpapa Don't forget to subscribe🙏🙏 Follow us on our SM platforms. "Make we self happy small" https://x.com/africacloudpapa https://www.instagram.com/africacloudpapa/ |
![]() |
An IAM Role (Identity and Access Management Role) in AWS is a secure way to grant temporary access to AWS services and resources without needing to share long-term credentials (like IAM access keys). In this tutorial we will look at how to create IAM roles and give it permissions so that the or the service can have the privilege to access the resource. Objectives ✅ To create aws s, access, secret keys and IAM role Requirements ✅ AWS Check out the page https://devsecops-blog.hashnode.dev/mastering-iam-in-aws-creating-s-and-roles-step-by-step |
![]() |
Fab21: |
![]() |
What is GitLeaks? Gitleaks is an open-source secrets detection tool that scans git repositories, commits, and branches for sensitive information such as: ✅ API keys ✅ s ✅ Private keys ✅ Tokens Prerequsite ✅ git ✅ Docker Objective ✅ Install Gitleaks ✅ Configure Gitleaks ✅ Scan folder for sensitive information You can check it out here https://devsecops-blog.hashnode.dev/no-secrets-in-production-enforce-code-hygiene-with-gitleaks |
![]() |
AilState: No. I am not a professional in that area |
![]() |
In this tutorial, we’ll explore how to deploy a complete and secure CI/CD pipeline using GitHub Actions, ArgoCD, Helm, and Amazon EKS. GitHub is one of the most popular version control platforms in the world, and integrating CI/CD directly into it has been a major breakthrough for developers and DevOps engineers alike. Let’s dive in and see how these powerful tools come together to automate and secure your Kubernetes deployment workflow. Prerequisite ✅ GitHub ✅ DockerHub ✅ eksctl ✅ AWS CLI ✅ AWS ✅ Helm Objective ✅ CI/CD with GitHub ✅ Auto Deployment with ArgoCD Check it out here https://oshabz.hashnode.dev/automating-secure-kubernetes-deployments-with-github-actions-helm-and-amazon-eks Do you have a remote role, gig, contract for me. I am 24/7 active I am also available to speak at events 🙏🙏🙏🙏 |
![]() |
In this tutorial we will discuss how to create secrets in github. GitHub Secrets are encrypted environment variables that you define in your repository or organization settings. They're not visible in logs, not exposed to s, and are read-only in workflows. Prerequisites Github Objectives Create github secret Checkout it out here https://oshabz.hashnode.dev/github-secrets-101-store-api-keys-tokens-and-credentials-safely Do you have a remote role, gig, contract for me. I am 24/7 active I am also available to speak at events |
![]() |
Deploy Docker Containers to Azure: A Complete Guide In this tutorial, I’ll walk you through deploying a static website using Azure Container Service. If you’ve got a simple static site, this is one of the quickest and easiest ways to get it up and running in just a few minutes. Lets go. Prerequisite Azure Azure cli Docker Objective Containerize a web application Create Azure Repository Build Docker image and push to Azure Deploy Image to Azure Container Service Check it out https://oshabz.hashnode.dev/deploy-docker-containers-to-azure-a-complete-guide Check it out https://oshabz.hashnode.dev/master-jenkins-and-sonarqube-setup-for-continuous-integration-and-code-quality Do you have a remote role, gigs, contract for me. I am 24/7 active |
![]() |
Happy weekend everyone🙏🙏🙏 From Code to Kubernetes: Automating DevSecOps on EKS with Jenkins, SonarQube & Argo CD In this tutorial, we’ll walk through how to build a complete CI/CD pipeline using Jenkins and SonarQube, and automate deployments to Amazon EKS with Argo CD. It’s going to be an exciting ride—so buckle up and let’s dive in! Prerequisite Jenkins Sonarqube Terraform AWS AWS cli EKS eksctl Objectives CICD using jenkins Automated Code Quality Checks using SonarQube Installation of Argo CD Auto deployment with Argo CD Check it out https://oshabz.hashnode.dev/from-code-to-kubernetes-automating-devsecops-on-eks-with-jenkins-sonarqube-and-argo-cd |
![]() |
This is to notify the public that I have lost access to Naijadevopsguy . This is my new . A continuation from the previous . Thank you |
![]() |
In this tutorial we will see how to build a complete Devsecops CICD pipeline using Jenkins, SonarQube and Docker Prerequsite Jenkins Sonarqube Docker Dockerhub Objective Continuous Integration and continuous deployment using Jenkins Code Quality Analysis using SonarQube Push image to dockerhub Deploy application to EC2 Instance Check it out https://oshabz.hashnode.dev/building-a-secure-cicd-pipeline-with-jenkins-and-sonarqube-a-complete-devsecops-tutorial |
(1) (of 1 pages)
(Go Up)
Sections: How To . 29 Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or s on Nairaland. |