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.
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.
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.
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.
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.