Tag: security

  • T-2 for reporting breaches under PIPEDA

    T-2 for reporting breaches under PIPEDA

    Y’all read the updates to PIPEDA? Starting November 1st 2018 (yup this week) you have some reporting obligations if you have a ‘security breach’ of your privacy safeguards. You probably think it doesn’t apply to you. You are wrong. Big and small. A new acronym for you RROSH (Real Risk of Significant Harm).  Who wants…

  • Dramatically simplify developing your app for Kubernetes: a sample

    Dramatically simplify developing your app for Kubernetes: a sample

    Apologies if this is old-hat for you, but, I was awfully tired of ‘git commit; git push; … wait for CI; … helm…’ Lets say you are developing a simple Python flask app. You are going to edit/push many times to get this going perfectly in Kubernetes. So many docker builds and pushes and redeploys…

  • Kooking Kontainers With Kubernetes: A Recipe for Dual-Stack Deliciousness

    Kooking Kontainers With Kubernetes: A Recipe for Dual-Stack Deliciousness

    If you have a mild allergy to ascii or yaml you might want to avert your eyes. You’ve been warned. Now, lets imagine you have a largish server hanging around, not earning its keep. And on the other hand, you have a desire to run some CI pipelines on it, and think Kubernetes is the…

  • Microservices unplugged: Chautauqua meetup filmed and posted

    Like shaky-cam? Like hearing me speak about ‘what i’ve learned about cloud security and micro-services’? This video is for you! Its our meetup (The Waterloo Technology Chautauqua) on video and posted for your pleasure. Thanks again to Auvik for hosting.

  • Lessons learned: COPY . and geometric size progression

    Lessons learned: COPY . and geometric size progression

    So another day and another ‘registry out of space’. I wrote earlier about the crappy experience increasing this size (and GKE is still on 1.10 so I can’t use the 1.11+ resize mechanism!!!) Vowing not to repeat the ‘that can’t be the right method’ that I pioneered in that post, I decided to dig a…