Erik Osterman (CEO @ Cloud Posse)
Erik Osterman (CEO @ Cloud Posse)
Create tiller service account: ``` kubectl -n kube-system create serviceaccount tiller kubectl create clusterrolebinding tiller \ --clusterrole=cluster-admin \ --serviceaccount=kube-system:tiller ``` Upgrde tiller ``` helm init --service-account tiller --upgrade ``` See...
## what * Describe our differentiators --- Gruntworks is an awesome contributor to open source and demonstrate solid engineering skills. They have a vast, well-tested, library of proprietary terraform modules...
## what  * I'm not crazy about my design in this mock up. It's just trying to convey what I want. ## why * It's annoying when clicking on...
## what * Document some of our design philosophies ## examples Golang philosophy: > A little duplication is better than the wrong abstraction > Less is exponentially more (https://commandcenter.blogspot.com/2012/06/less-is-exponentially-more.html) Cloud...
## what * Explain this mind warping concept --- ## Introduction When you run your infrastructure with `geodesic` as your base image, you have the benfit of being able to...
## what * Import all questions/answers from the Google Doc (not attached) ## why * Address tons of frequent customer questions
## what * Show how to do the password reset ## why * When creating new AWS accounts programmatically (e.g. via `terraform`) it's essential to reset the password of the...
## what * Document installation: https://keybase.io/docs/the_app/install_linux * Require the addition of a `PGP` key ## why * Keybase is the free way to securely exchange sensitive information using PGP/GPG *...
## what * Adapt the following article for our documentation under Local Development. ## why * Bash completion is essenetial for productivity * Docker bash completion is an example of...
## what ``` aws_iam_user_login_profile.default: Error retrieving Public Key for keybase:testuser: unable to fetch keys for user(s) "testuser" from keybase ``` You can verify this error, but running something like: ```...