Tag: Cicd
-
DevSecOps – Dynamic analysis DAST with OWASP ZAP and Jenkins
Posted on November 8, 2020, Level intermediate Resource Length long
Dynamic Application Security Testing (DAST) also called Black Box Testing is a testing practice that will test the application by executing your web application. As we know, In SAST, a Web application will be tested inside the application which doesn't even require that the application should be running. By Prabhu Vignesh Kumar Rajagopal.
Tags programming cicd web-development infosec
-
Be effective with Bitrise CI for Android — the lessons learned the hard way
Posted on October 28, 2020, Level intermediate Resource Length long
I'm pretty sure we can all agree on how CI tools support our day to day effectiveness. How they might save dozens of hours spent on non-essential tasks. Yet, it's common to present CI tools as a hassle; slow, bulky, and unreliable pipelines bloated with chaotic events instead of fast, maintainable feedback loop configured to support both product quality and team flexibility. By Maciej Malak.
Tags cicd android web-development software-architecture containers
-
Building modern CI/CD workflows for serverless applications with Red Hat OpenShift Pipelines and Argo
Posted on October 13, 2020, Level intermediate Resource Length long
GitOps practices support continuous delivery in hybrid, multi-cluster Kubernetes environments. In this two-part article, we'll build a CI/CD workflow that demonstrates the potential of combining Tekton and GitOps. You'll also be introduced to Red Hat OpenShift Serverless, as we'll use Knative service resources in our CI/CD workflow. By David Sancho.
Tags devops software cicd containers
-
Helm 3 umbrella charts & standalone chart image tags — alternative approach
Posted on October 13, 2020, Level intermediate Resource Length medium
Helm umbrella charts, for those who aren't familiar, describe and encapsulate a deployable collection of loosely couple Kubernetes components as a higher-order Helm chart. A collection of software elements that each have their own individual charts but, for whatever reason (e.g. design choices, ease of deployability, versioning complexities), must be installed or upgraded as a since atomic unit. By Christopher Parker, MSc.
Tags devops cicd containers kubernetes
-
A CD pipeline on GKE with Argocd and Keel
Posted on October 1, 2020, Level intermediate Resource Length short
An article describing how to use argoCD as a tool in your CD pipeline for the GKE clusters. You can use keel alongside argoCD to complement it. By Nico.
Tags devops cicd web-development
-
How autoscaling GitLab CI works on AWS Fargate
Posted on August 24, 2020, Level intermediate Resource Length medium
Run your CI jobs as AWS Fargate tasks with GitLab Runner and the Fargate Driver. Autoscaling GitLab Runner is a unique value proposition for teams that run their self-managed build agents on cloud-hosted virtual machines. By Darren Eastman.
Tags microservices devops cicd aws cloud
-
Enhancing Red Hat OpenShift with hardware cryptography
Posted on July 23, 2020, Level intermediate Resource Length medium
The purpose of the blog is to introduce you to incorporating high assurance cryptographic security with hardware security modules (HSMs) into your Red Hat OpenShift projects. Since this might be new territory for some in the developer community, author will take a moment to explain what an HSM is. By Oli-Wade.
Tags devops infosec cicd containers
-
Basic CI/CD pipeline for serverless apps
Posted on June 22, 2020, Level intermediate Resource Length long
For deploying her applications, Emily have a CI/CD pipeline that uses the AWS Serverless Application Model (SAM), GitHub, and CircleCI. In this post author will show you how to set it up. Many people get started with serverless by using the AWS console. By Emily Shea.
Tags serverless app-development cicd web-development
-
Expanding Service Mesh with Terminating Gateways
Posted on June 19, 2020, Level intermediate Resource Length medium
HashiCorp Consul 1.8 introduced two new features which ease the process of adopting a service mesh, terminating gateways and ingress gateways. In this blog we will discuss what a terminating gateway is, and how it can benefit organizations as they migrate applications into a hybrid service mesh. By Blake Covarrubias.
Tags kubernetes docker containers devops cicd
-
Test Ansible roles using Molecule and Podman
Posted on May 14, 2020, Level intermediate Resource Length medium
I needed to have testing added to Ansible roles. There are various people in the customer organization developing roles, and we want a lightweight, easy to use test process to unify the looks and quality of the roles. By Ilkka Tengvall.
Tags ansible devops infosec tdd cicd
-
Utilising hashes in Hiera to reduce code complexity
Posted on May 5, 2020, Level intermediate Resource Length long
Darren Gipson wrote this piece about their effort to standardize the Puppet code design. They have moved as much of the data layer as possible to Hiera. Hiera is a built-in key-value configuration data lookup system, used for separating data from Puppet code.
Tags devops cloud cicd web-development
-
The benefits and trade-offs of going serverless
Posted on April 9, 2020, Level beginner Resource Length long
Ovie Okeh is the author of this article on logrocket.com about a journey from monolithic apps running on a server to flexible units running on ephemeral instances. So why is the serverless popular? What does the term serverless mean?
Tags web-development serverless cio cicd apis