platform engineering

Kubernetes Today

The world of technology and the overall distributed systems layer have seen quite the change in the past 25 years (which is not a long time considering software engineering is only 65 years

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