platform engineering

Implementing Istio From Start To Finish

If you’re implementing a Service Mesh in your Kubernetes environment, chances are it’s for one of the following: 1. Encryption for service-to-service communication. 2. The ability to see network traffic and

DevSecOps in CICD With GitHub Actions

The idea of "shift left" is to ensure that security is embedded right from the beginning for any application code and pipeline that's building/testing said application code. Because