{"id":19056869,"url":"https://github.com/provectus/sak-kubernetes","last_synced_at":"2025-04-24T05:18:52.382Z","repository":{"id":43464826,"uuid":"331577127","full_name":"provectus/sak-kubernetes","owner":"provectus","description":"EKS module for SAK project","archived":false,"fork":false,"pushed_at":"2023-01-16T21:28:00.000Z","size":23,"stargazers_count":1,"open_issues_count":1,"forks_count":5,"subscribers_count":83,"default_branch":"master","last_synced_at":"2025-04-18T13:09:51.529Z","etag":null,"topics":["aws","devops","eks","open-source","swiss-army-kube"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/provectus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-21T09:25:32.000Z","updated_at":"2023-04-11T15:34:33.000Z","dependencies_parsed_at":"2023-02-01T06:15:58.442Z","dependency_job_id":null,"html_url":"https://github.com/provectus/sak-kubernetes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/provectus%2Fsak-kubernetes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/provectus%2Fsak-kubernetes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/provectus%2Fsak-kubernetes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/provectus%2Fsak-kubernetes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/provectus","download_url":"https://codeload.github.com/provectus/sak-kubernetes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250566645,"owners_count":21451263,"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":["aws","devops","eks","open-source","swiss-army-kube"],"created_at":"2024-11-08T23:52:11.655Z","updated_at":"2025-04-24T05:18:52.361Z","avatar_url":"https://github.com/provectus.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Annotation\nThe Kubernates module is used to deploy the EKS cluster in Amazon. Also creates an autoscaling group in selected accessibility zones\n\n## Used modules\n\n- [terraform-aws-eks](https://github.com/terraform-aws-modules/terraform-aws-eks)\n- [terraform-aws-vpc](https://github.com/terraform-aws-modules/terraform-aws-vpc)\n\n## Feature\n\n- `Spot or on_demand workers` - node-labels=kubernetes.io/lifecycle=normal for on_demand node and node-labels=kubernetes.io/lifecycle=spot for spot node. Your make use it for [Node affinity](https://kubernetes.io/docs/concepts/configuration/assign-pod-node)\n- `Add arns for additional admins` - We set current user to add as admin EKS cluster. Your make add additional admins arn's to variables admin_arns in variables.tf or module parameters in project\n\n- `Use containerd as CRI instead of docker` - Starting from 1.21 EKS started to support another type of [Container Runtime Interface](https://kubernetes.io/docs/setup/production-environment/container-runtimes/). You can set variable `container_runtime` to `docker` or `containerd`.\n\n## Usage\n```\nmodule \"kubernetes\" {\n  depends_on = [module.network]\n  source     = \"https://github.com/provectus/sak-kubernetes.git\"\n\n  environment        = local.environment\n  project            = local.project\n  availability_zones = var.availability_zones\n  cluster_name       = local.cluster_name\n  vpc_id             = module.network.vpc_id\n  subnets            = module.network.private_subnets\n}\n```\n\n## Requirements\n\n```\nterraform \u003e= 0.15\n ```\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| aws | \u003e= 3.0 |\n| kubernetes | \u003e= 1.11 |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprovectus%2Fsak-kubernetes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprovectus%2Fsak-kubernetes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprovectus%2Fsak-kubernetes/lists"}