External Secrets Operator is available as a Helm chart, and Argo CD supports it. A Helm chart is a collection of preconfigured Kubernetes resources (such
Category: Cloud Certifications
Creating a Secret in Google Cloud Secret Manager – Securing and Testing Your CI/CD Pipeline
Let’s create a secret called external-secrets, where we will pass the MongoDB credentials in JSON format. To do so, run the following command: $ echo
Managing secrets – Securing and Testing Your CI/CD Pipeline
Software always requires access to sensitive information such as user data, credentials, Open Authorization (OAuth) tokens, passwords, and other information known as secrets. Developingand managing
Installing Anchore Grype – Securing and Testing Your CI/CD Pipeline
As we want to implement vulnerability scanning within our CI pipelines, let’s modify the mdo-posts repository we created in Chapter 11. Let’s clone the repository
Revisiting the Blog Application – Securing and Testing Your CI/CD Pipeline
As we already discussed the Blog App in the last chapter, let’s look at the services and their interactions again in the following diagram: Figure
Securing and testing CI/CD pipelines – Securing and Testing Your CI/CD Pipeline-2
CI/CD pipelines are one of the essential features of modern DevOps, and they orchestrate all processes and combine all tools to deliver better software faster,
Securing and testing CI/CD pipelines – Securing and Testing Your CI/CD Pipeline-1
With continuous cyber threats and the ongoing war between cybersecurity experts and cybercriminals, security has always been the top priority for most organizations, and it
Technical requirements – Securing and Testing Your CI/CD Pipeline
In the previous chapters, we looked at Continuous Integration (CI) and Continuous Deployment/ Delivery (CD) with GitOps as the central concept. Both concepts and the
Deploying the sample Blog App – Continuous Deployment/ Delivery with Argo CD
To deploy the sample Blog App, we need to define application resources. We’ve already discussed what our app is composed of. We have defined the
Installing the Sealed Secrets operator – Continuous Deployment/ Delivery with Argo CD
To install the Sealed Secrets operator, all you need to do is download the controller manifest from the latest release at https://github.com/bitnami-labs/sealed-secrets/releases. At the time