{"id":18136099,"url":"https://github.com/errordeveloper/kata-eks","last_synced_at":"2025-04-19T14:34:26.035Z","repository":{"id":137924917,"uuid":"257683265","full_name":"errordeveloper/kata-eks","owner":"errordeveloper","description":null,"archived":false,"fork":false,"pushed_at":"2020-04-21T18:48:39.000Z","size":241,"stargazers_count":15,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-25T14:03:28.016Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/errordeveloper.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":"2020-04-21T18:36:19.000Z","updated_at":"2024-12-09T03:44:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"bf513bc4-7b0b-48e6-a081-105d0d84cb27","html_url":"https://github.com/errordeveloper/kata-eks","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/errordeveloper%2Fkata-eks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errordeveloper%2Fkata-eks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errordeveloper%2Fkata-eks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errordeveloper%2Fkata-eks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/errordeveloper","download_url":"https://codeload.github.com/errordeveloper/kata-eks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233085644,"owners_count":18622800,"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":"2024-11-01T14:10:40.899Z","updated_at":"2025-01-11T22:47:12.161Z","avatar_url":"https://github.com/errordeveloper.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kata Containers on EKS\n\nThis repo demostrates how to setup an EKS cluster with [Kata Containers](https://katacontainers.io/) as CRI (via containerd).\n\nTo create a cluster, run `eksctl`:\n\n```\neksctl create cluster --config-file=cluster.yaml --without-nodegroup\n```\n\nThis will create a cluster without a nodegroup to begin with (so VPC CNI can be replaced with Cilium).\nLater a nodegroup will be added to the cluster.\n\nKata currently doesn't work with built-in VPC CNI, however it works perfectly with Cilium.\nBefore deploying Cilium, `kube-system:daemonset/aws-node` need to be deleted:\n\n```\nkubectl delete --namespace=kube-system daemonset aws-node\n```\n\nDeploy Cilium:\n\n```\nkubectl apply -f cilium-1.7-eks.yaml\n```\n\nThe `eksctl` config file (`cluster-management.yaml`) has a custom bootstrap script that use a self-extracting\ncontainer image to deploy Kata components (see `images/extract` and `images/kata-installer` for details). \n\nThe nodegroup uses `i3.metal` instance type (just one instance to save costs, of course, it can be scaled up).\n\nNext, deploy runtimeclasses `kata-qemu` and `kata-fc`:\n\n```\nkubectl apply -f kata-runtimeclasses.yaml\n```\n\nNext, add a nodegroup:\n```\neksctl create nodegroup --config-file=management-cluster.yaml\n```\n\nOnce `eksctl` exits, there should be one `i3.metal` node in this cluseter:\n\n```\nkubectl get nodes\n```\n\nNext, you may wish to observe `kube-system` namespace, once all pods are ready, the cluster should be ready to\nrun Kata pods/VMs and any workload in general.\n\n```\nkubectl get pods --namespace=kube-system\n```\n\nNow, you can try `kubectl apply -f podinfo.yaml` and just deploy a simple app with `runtimeClass: kata-qemu`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferrordeveloper%2Fkata-eks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferrordeveloper%2Fkata-eks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferrordeveloper%2Fkata-eks/lists"}