{"id":25531226,"url":"https://github.com/guessi/eks-integrations-quick-start","last_synced_at":"2025-07-17T10:38:42.056Z","repository":{"id":63301453,"uuid":"519525091","full_name":"guessi/eks-integrations-quick-start","owner":"guessi","description":"Quick start scripts for common Amazon EKS integrations","archived":false,"fork":false,"pushed_at":"2025-07-03T13:43:57.000Z","size":168,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-03T14:49:02.074Z","etag":null,"topics":["amazon-eks","eks","eksctl","kubernetes","tutorial"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guessi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-07-30T13:33:51.000Z","updated_at":"2025-07-03T13:44:00.000Z","dependencies_parsed_at":"2023-02-18T18:01:12.841Z","dependency_job_id":"a1f81499-008f-46b7-9a3e-f2d84e5a0a57","html_url":"https://github.com/guessi/eks-integrations-quick-start","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/guessi/eks-integrations-quick-start","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guessi%2Feks-integrations-quick-start","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guessi%2Feks-integrations-quick-start/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guessi%2Feks-integrations-quick-start/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guessi%2Feks-integrations-quick-start/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guessi","download_url":"https://codeload.github.com/guessi/eks-integrations-quick-start/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guessi%2Feks-integrations-quick-start/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265596154,"owners_count":23794846,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amazon-eks","eks","eksctl","kubernetes","tutorial"],"created_at":"2025-02-20T00:47:51.780Z","updated_at":"2025-07-17T10:38:42.049Z","avatar_url":"https://github.com/guessi.png","language":"Shell","readme":"# Quick start scripts for common Amazon EKS integrations\n\n## Prerequisites\n\n- [eksctl](https://eksctl.io/) - The official CLI for Amazon EKS\n- [kubectl](https://kubernetes.io/docs/tasks/tools/) - The Kubernetes command-line tool\n- [helm](https://helm.sh/) - The Kubernetes Package Manage\n\n## Assumptions\n\n- Your AWS Profile have proper permission configured.\n\n## Supported integrations\n\n| Quick Start Link                                                                  | EKS Managed Addon         | Maintained by AWS         | Maintained by communicity |\n|:----------------------------------------------------------------------------------|:--------------------------|:--------------------------|:--------------------------|\n| [Amazon EBS CSI Driver](./scripts/aws-ebs-csi-driver)                             | :white_check_mark:        | :white_check_mark:        | :heavy_minus_sign:        |\n| [Amazon EFS CSI Driver](./scripts/aws-efs-csi-driver)                             | :white_check_mark:        | :white_check_mark:        | :heavy_minus_sign:        |\n| [AWS Load Balancer Controller](./scripts/aws-load-balancer-controller)            | :heavy_minus_sign:        | :white_check_mark:        | :heavy_minus_sign:        |\n| [App Mesh Controller](./scripts/appmesh-controller)                               | :heavy_minus_sign:        | :white_check_mark:        | :heavy_minus_sign:        |\n| [AWS Gateway API Controller](./scripts/aws-gateway-api-controller)                | :heavy_minus_sign:        | :white_check_mark:        | :heavy_minus_sign:        |\n| [Karpenter](./scripts/karpenter)                                                  | :heavy_minus_sign:        | :white_check_mark:        | :heavy_minus_sign:        |\n| [Container Insights with Fluent-bit](./scripts/container-insights-with-fluentBit) | :heavy_minus_sign:        | :white_check_mark:        | :heavy_minus_sign:        |\n| [Cluster AutoScaler](./scripts/cluster-autoscaler)                                | :heavy_minus_sign:        | :heavy_minus_sign:        | :white_check_mark:        |\n| [Metrics Server](./scripts/metrics-server)                                        | :white_check_mark:        | :heavy_minus_sign:        | :white_check_mark:        |\n| [kube-state-metrics](./scripts/kube-state-metrics)                                | :white_check_mark:        | :heavy_minus_sign:        | :white_check_mark:        |\n| [prometheus-node-exporter](./scripts/prometheus-node-exporter)                    | :white_check_mark:        | :heavy_minus_sign:        | :white_check_mark:        |\n| [Cert Manager](./scripts/cert-manager)                                            | :white_check_mark:        | :heavy_minus_sign:        | :white_check_mark:        |\n| [Grafana](./scripts/grafana)                                                      | :heavy_minus_sign:        | :heavy_minus_sign:        | :white_check_mark:        |\n| [Prometheus](./scripts/prometheus)                                                | :heavy_minus_sign:        | :heavy_minus_sign:        | :white_check_mark:        |\n| [Ingress Nginx Controller](./scripts/ingress-nginx-controller)                    | :heavy_minus_sign:        | :heavy_minus_sign:        | :white_check_mark:        |\n\n## License\n\n[GPLv2](LICENSE)\n\n## Author\n\n[guessi](https://github.com/guessi)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguessi%2Feks-integrations-quick-start","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguessi%2Feks-integrations-quick-start","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguessi%2Feks-integrations-quick-start/lists"}