Jon Moter
Jon Moter
Normally when I use kubectl to interact with shared/production clusters, I use credentials for a user with read-only permissions. But the user has the ability to impersonate a user with...
The [Consul to Kubernetes docs](https://www.consul.io/docs/platform/k8s/service-sync.html#consul-to-kubernetes) explain that an [ExternalName](https://kubernetes.io/docs/concepts/services-networking/service/#externalname) Service will be created. Doing a DNS lookup on that Service will return a CNAME to `${SVC_NAME}.service.consul`. I would like to...
I have an admin host that has a `kubeconfig.yml` file with many clusters and contexts configured. The YAML file is shared between many users, so it's read only. It would...
### What does this PR do? #435 renamed `docs/configuration.md` to `docs.configuration.v1alpha1.md`, but that broke links to that page. This fixes the links. I also noticed that the example manifest in...
I'm using the ruby-style syntax to define fluentd configuration. I have a config block that looks like: ```ruby match('output.**') do type :copy store { type :prometheus metric { name :fluentd_output_status_num_records_total...
I'm running fluentd as a daemonset in a Kubernetes cluster. For each application we deploy to the cluster, we add a `project` label, and then have some logic to apply...
On the README of this repo, there's an architecture diagram that refers to "API Integration Module with GEFF API Backend." It looks like the same image that's shown on https://github.com/Snowflake-Labs/terraform-snowflake-api-integration-with-geff-aws...