Christian Niehoff
Christian Niehoff
**What happened**: AWS EKS allows you to specify custom Kubernetes service IP address range. See https://aws.amazon.com/about-aws/whats-new/2020/10/amazon-eks-supports-configurable-kubernetes-service-ip-address-range/. After we specified the Service IPv4 range to `192.168.0.0/16` we saw that the `resolv.conf`...
I am using following project structure: ``` $ tree . ├── filebeat │ └── main.tf └── main.tf 1 directory, 2 files ``` When i run `terraform apply` i will get...
The annotation `kubernetes.io/ingress.class` will be depreacated. See https://kubernetes.io/docs/concepts/services-networking/ingress/#deprecated-annotation So users have to use the new `ingressClassName` field. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.19/#ingress-v1-networking-k8s-io
### What did you do ```yaml region: eu-central-1 warn_on_empty_list_dimensions: true metrics: - aws_namespace: AWS/RDS aws_metric_name: BurstBalance aws_dimensions: - DBInstanceIdentifier ``` ```shell $ aws cloudwatch list-metrics --metric-name BurstBalance --namespace AWS/RDS |...