Quantcast
Channel: Pieter Vogelaar - Freelance DevOps engineer / PHP developer
Browsing all 27 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Rolling upgrade Elasticsearch, Couchbase and CouchDB

For a client I automated the patching process of Linux operating systems and middleware. I create a python action for that in StackStorm. The script retrieved all servers from the CMDB and patched per...

View Article


Image may be NSFW.
Clik here to view.

Minikube NFS mounts

Minikube is great for having a Kubernetes cluster as local Docker development environment. In a development workflow you probably have source code on your host machine and it would be great if the...

View Article


Image may be NSFW.
Clik here to view.

Jenkinsfile Docker pipeline multi stage

Using a Jenkinsfile to configure the Jenkins build job for source code is great. Jenkins has a very nice Docker Pipeline plugin that makes it possible to execute docker commands nicely during the...

View Article

Image may be NSFW.
Clik here to view.

Trigger Jenkins multibranch pipeline with curl or webhook

Git branch source Jenkins jobs that use the widely used git plugin, can be triggered remotely with curl or a webhook. The job must have the option “Poll SCM” enabled. That’s all to enable push...

View Article

Image may be NSFW.
Clik here to view.

Jenkins Amazon ECR token update

With the use of the Jenkins Docker Pipeline plugin, it’s easy to build and push Docker images.     For example, building in a Jenkinsfile: script { dockerImage =...

View Article


Image may be NSFW.
Clik here to view.

StackStorm job monitor

 StackStorm is a great automation tool. In general it exists of workflows and actions. Actions can have rules and have for example the trigger type “core.st2.CronTimer“. If you have a lot of these it’s...

View Article

Image may be NSFW.
Clik here to view.

Kubernetes job monitor

 Kubernetes is an awesome container orchestration platform. One of the features it provides is the ability to configure Kubernetes cron jobs. The cron jobs will periodically create jobs (executions)....

View Article
Browsing all 27 articles
Browse latest View live