Erik Osterman (CEO @ Cloud Posse)

Results 248 issues of 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...

enhancement
documentation

## 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` ![image](https://user-images.githubusercontent.com/52489/66231997-b5bf2380-e69c-11e9-812b-9b51a2921fe7.png)

## 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...