CI/CD

CI/CD

Continuous integration and Continuous delivery are one of the main enablers of agile software development. CI/CD can be achieved in different ways using different tools.
May
18
Kubernetes Cheat Sheet

Kubernetes Cheat Sheet

This is my kubectl cheat sheet for Kubernetes. It contains commands I use most often while working with K8S. It is not complete. I will keep adding commands and re-organizing sections as this list grows.
3 min read
Mar
28
Continuous Integration using Bitbucket and Gradle

Continuous Integration using Bitbucket and Gradle

Example of how to build a CI pipeline for a Spring Boot application using Bitbucket, Gradle, Snyk, SonarCloud, Postman and Heroku.
10 min read
Feb
25
What is CI/CD?

What is CI/CD?

In this day and age, it very important to have a good understanding of what CI/CD is and why it is needed. It is even more important to use that practice in your software production process.
3 min read
Oct
27
Spinnaker video selection

Spinnaker video selection

A selection of three videos about Spinnaker. The videos explain what Spinnaker is, how it is used with Kubernetes, how to install and upgrade Spinnaker.
2 min read
Apr
19
SonarQube Scans in Jenkins Declarative Pipeline using SonarScanner

SonarQube Scans in Jenkins Declarative Pipeline using SonarScanner

Setup a SonarQube scan using Jenkins declarative pipelines. Find out how to use the withSonarQubeEnv method and configure a quality gate using waitForQualityGate.
4 min read
Mastodon