Erik Osterman (CEO @ Cloud Posse)
Erik Osterman (CEO @ Cloud Posse)
## what * Deploy istio ## why * So we can start kicking the tires
## what * Deploy teleport ## why * So we can demo it to customers
## what * Describe everything a new hire should review ## why * to get started quickly * to get acquainted with tools and techniques needed to perform job
## what * Document how to use `goofys` as a sidecar container in kubernetes ## why * Useful for certain kinds of services that simple object storage but only work...
## what * Terraform can crash mid-apply. If this happens and your AWS session has expired, it might not be able to write to S3. The are other errors as...
Quoting from slack: Hi All, got sort of an opinion question here. Does anyone have a preference on using remote state for looking up resources, or using data sources to...
See: https://github.com/cloudposse/terraform-aws-eks-cluster/pull/60
This is referring to `chamber` not `aws-vault` 
## what * We port map a random port into the `geodesic` container * This port is what should be used for proxying * `kubectl proxy --port=${KUBERNETES_API_PORT} --address=0.0.0.0 --accept-hosts='.*'` ##...
It was raised by @Nuru that `100.64.0.0/10` is actually reserved address space. This also happens to be the `kops` default for`nonMasqueradeCIDR: 100.64.0.0/10`. So this has been in use for by...