“Kubernetes Security” - written by Liz Rice and Michael Hausenblas - is an excellent handbook that will introduce and guide you throw the best practices on securing your Kubernetes cluster.| Marco Pracucci
I work as infrastructure engineer at Voxnest. We offer services in the podcasting space, including Spreaker and Dynamo. We don’t write code for the sake of doing it. What we really care is building a great product that gives value to our customers, significantly improving their podcasting experience from newbies to professionals.| Marco Pracucci
PHP has a feature to cache the realpath resolutions to speed up frequent accesses to the filesystem. This cache is widely used in any PHP function accessing the filesystem, so whether you call it directly with realpath($filepath) or indirectly with file_get_contents($filepath) you will end up hitting it.| Marco Pracucci
A straight-to-the-point recap of all the new services and improvements announced during the AWS re:invent 2017.| Marco Pracucci
Kops supports two authorization modes for the K8S cluster:| Marco Pracucci
Last friday was my last day as CTO at Spreaker, and - starting from the monday after - my friend and colleague Rocco took over. As you can imagine, it has been an hard decision to take, after more than 8 years in this role. Hard, not suffered. It’s my strong belief that my upcoming role will better fit for me, and I’m very excited about it!| Marco Pracucci
Your workload can discover Services within your cluster using DNS; this page explains how that works.| Kubernetes