├── 2023 └── cncf-survey-stats-2022 │ ├── README.md │ └── gen-all-charts.py ├── 2024 ├── aws-aurora-db-vertical-autoscaler │ ├── README.md │ ├── rds_vscale_alarm_lambda.py │ └── rds_vscale_event_lambda.py └── kubecost-aws-terraform-modules │ ├── README.md │ ├── aws-kubecost-athena │ ├── main.tf │ ├── outputs.tf │ ├── requirements.tf │ ├── templates │ │ └── crawler-cfn.tftpl │ └── variables.tf │ ├── aws-kubecost-iam │ ├── main.tf │ ├── requirements.tf │ └── variables.tf │ └── kubecost-helm-values.yaml ├── LICENSE └── README.md /2023/cncf-survey-stats-2022/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palark/examples/HEAD/2023/cncf-survey-stats-2022/README.md -------------------------------------------------------------------------------- /2023/cncf-survey-stats-2022/gen-all-charts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palark/examples/HEAD/2023/cncf-survey-stats-2022/gen-all-charts.py -------------------------------------------------------------------------------- /2024/aws-aurora-db-vertical-autoscaler/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palark/examples/HEAD/2024/aws-aurora-db-vertical-autoscaler/README.md -------------------------------------------------------------------------------- /2024/aws-aurora-db-vertical-autoscaler/rds_vscale_alarm_lambda.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palark/examples/HEAD/2024/aws-aurora-db-vertical-autoscaler/rds_vscale_alarm_lambda.py -------------------------------------------------------------------------------- /2024/aws-aurora-db-vertical-autoscaler/rds_vscale_event_lambda.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palark/examples/HEAD/2024/aws-aurora-db-vertical-autoscaler/rds_vscale_event_lambda.py -------------------------------------------------------------------------------- /2024/kubecost-aws-terraform-modules/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palark/examples/HEAD/2024/kubecost-aws-terraform-modules/README.md -------------------------------------------------------------------------------- /2024/kubecost-aws-terraform-modules/aws-kubecost-athena/main.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palark/examples/HEAD/2024/kubecost-aws-terraform-modules/aws-kubecost-athena/main.tf -------------------------------------------------------------------------------- /2024/kubecost-aws-terraform-modules/aws-kubecost-athena/outputs.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palark/examples/HEAD/2024/kubecost-aws-terraform-modules/aws-kubecost-athena/outputs.tf -------------------------------------------------------------------------------- /2024/kubecost-aws-terraform-modules/aws-kubecost-athena/requirements.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palark/examples/HEAD/2024/kubecost-aws-terraform-modules/aws-kubecost-athena/requirements.tf -------------------------------------------------------------------------------- /2024/kubecost-aws-terraform-modules/aws-kubecost-athena/templates/crawler-cfn.tftpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palark/examples/HEAD/2024/kubecost-aws-terraform-modules/aws-kubecost-athena/templates/crawler-cfn.tftpl -------------------------------------------------------------------------------- /2024/kubecost-aws-terraform-modules/aws-kubecost-athena/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palark/examples/HEAD/2024/kubecost-aws-terraform-modules/aws-kubecost-athena/variables.tf -------------------------------------------------------------------------------- /2024/kubecost-aws-terraform-modules/aws-kubecost-iam/main.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palark/examples/HEAD/2024/kubecost-aws-terraform-modules/aws-kubecost-iam/main.tf -------------------------------------------------------------------------------- /2024/kubecost-aws-terraform-modules/aws-kubecost-iam/requirements.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palark/examples/HEAD/2024/kubecost-aws-terraform-modules/aws-kubecost-iam/requirements.tf -------------------------------------------------------------------------------- /2024/kubecost-aws-terraform-modules/aws-kubecost-iam/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palark/examples/HEAD/2024/kubecost-aws-terraform-modules/aws-kubecost-iam/variables.tf -------------------------------------------------------------------------------- /2024/kubecost-aws-terraform-modules/kubecost-helm-values.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palark/examples/HEAD/2024/kubecost-aws-terraform-modules/kubecost-helm-values.yaml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palark/examples/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palark/examples/HEAD/README.md --------------------------------------------------------------------------------