{"id":24638011,"url":"https://github.com/upbound/configuration-aws-eks-karpenter","last_synced_at":"2025-03-20T09:26:00.133Z","repository":{"id":204464259,"uuid":"708230405","full_name":"upbound/configuration-aws-eks-karpenter","owner":"upbound","description":"AWS EKS Karpenter Configuration","archived":false,"fork":false,"pushed_at":"2025-03-18T15:25:49.000Z","size":75,"stargazers_count":7,"open_issues_count":6,"forks_count":4,"subscribers_count":17,"default_branch":"main","last_synced_at":"2025-03-18T16:36:48.849Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/upbound.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}},"created_at":"2023-10-21T23:13:38.000Z","updated_at":"2024-09-10T14:26:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"df6aa70a-2022-418b-bc4a-bdff421fcbdc","html_url":"https://github.com/upbound/configuration-aws-eks-karpenter","commit_stats":null,"previous_names":["upbound/configuration-aws-eks-karpenter"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upbound%2Fconfiguration-aws-eks-karpenter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upbound%2Fconfiguration-aws-eks-karpenter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upbound%2Fconfiguration-aws-eks-karpenter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upbound%2Fconfiguration-aws-eks-karpenter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/upbound","download_url":"https://codeload.github.com/upbound/configuration-aws-eks-karpenter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244584515,"owners_count":20476560,"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":[],"created_at":"2025-01-25T10:12:46.105Z","updated_at":"2025-03-20T09:26:00.116Z","avatar_url":"https://github.com/upbound.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS EKS Karpenter Configuration\n\n\nThis repository contains a [Crossplane configuration](https://docs.crossplane.io/latest/concepts/packages/#configuration-packages), tailored for users establishing their initial control plane with [Upbound](https://cloud.upbound.io). This configuration deploys fully managed [AWS EKS Karpenter](https://aws.amazon.com/blogs/aws/introducing-karpenter-an-open-source-high-performance-kubernetes-cluster-autoscaler/) instances.\n\n## Overview\n\nThe core components of a custom API in [Crossplane](https://docs.crossplane.io/latest/getting-started/introduction/) include:\n\n- **CompositeResourceDefinition (XRD):** Defines the API's structure.\n- **Composition(s):** Implements the API by orchestrating a set of Crossplane managed resources.\n\nIn this specific configuration, the EKS Karpenter API contains:\n\n- **an [AWS EKS Karpenter](/apis/definition.yaml) custom resource type.**\n- **Composition of the Karpenter resources:** Configured in [/apis/composition.yaml](/apis/composition.yaml), it provisions Karpenter resources in the `upbound-system` namespace.\n\nThis repository contains an Composite Resource (XR) file.\n\n## Deployment\n\n```shell\napiVersion: pkg.crossplane.io/v1\nkind: Configuration\nmetadata:\n  name: configuration-aws-eks-karpenter\nspec:\n  package: xpkg.upbound.io/upbound/configuration-aws-eks-karpenter:v0.6.0\n```\n\n## Next steps\n\nThis repository serves as a foundational step. To enhance your control plane, consider:\n\n1. create new API definitions in this same repo\n2. editing the existing API definition to your needs\n\n\nUpbound will automatically detect the commits you make in your repo and build the configuration package for you. To learn more about how to build APIs for your managed control planes in Upbound, read the guide on Upbound's docs.\n\n# Using the make file\n## render target\n### Overview\n`make render` target automates the rendering of Crossplane manifests using specified annotations within your YAML files.\nThe annotations guide the rendering process, specifying paths to composition, function, environment, and observe files.\n\n### Annotations\nThe `make render` target relies on specific annotations in your YAML files to determine how to process each file.\nThe following annotations are supported:\n\n**render.crossplane.io/composition-path**: Specifies the path to the composition file to be used in rendering.\n\n**render.crossplane.io/function-path**: Specifies the path to the function file to be used in rendering.\n\n**render.crossplane.io/environment-path** (optional): Specifies the path to the environment file. If not provided, the rendering will proceed without an environment.\n\n**render.crossplane.io/observe-path** (optional): Specifies the path to the observe file. If not provided, the rendering will proceed without observation settings.\n\n```yaml\napiVersion: aws.platform.upbound.io/v1alpha1\nkind: XKarpenter\nmetadata:\n  name: configuration-aws-eks-karpenter\n  annotations:\n    render.crossplane.io/composition-path: apis/pat/composition.yaml\n    render.crossplane.io/function-path: examples/functions.yaml\nspec:\n  parameters:\n    clusterNameSelector:\n      matchLabels:\n        crossplane.io/composite: configuration-aws-eks-karpenter\n    id: configuration-aws-eks-karpenter\n    region: us-west-2\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fupbound%2Fconfiguration-aws-eks-karpenter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fupbound%2Fconfiguration-aws-eks-karpenter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fupbound%2Fconfiguration-aws-eks-karpenter/lists"}