{"id":26230048,"url":"https://github.com/frocode/kubernetes-examples-master","last_synced_at":"2026-04-28T02:33:20.384Z","repository":{"id":255405699,"uuid":"849483057","full_name":"FroCode/kubernetes-examples-master","owner":"FroCode","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-30T23:05:26.000Z","size":17480,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-30T10:08:53.080Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"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/FroCode.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-29T17:16:15.000Z","updated_at":"2024-10-06T21:57:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"d5dd5b8e-d3fd-4acd-93d6-4961ac089f7b","html_url":"https://github.com/FroCode/kubernetes-examples-master","commit_stats":null,"previous_names":["frocode/kubernetes-examples-master"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FroCode/kubernetes-examples-master","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FroCode%2Fkubernetes-examples-master","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FroCode%2Fkubernetes-examples-master/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FroCode%2Fkubernetes-examples-master/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FroCode%2Fkubernetes-examples-master/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FroCode","download_url":"https://codeload.github.com/FroCode/kubernetes-examples-master/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FroCode%2Fkubernetes-examples-master/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32363629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"online","status_checked_at":"2026-04-28T02:00:07.250Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-03-12T22:19:39.392Z","updated_at":"2026-04-28T02:33:20.380Z","avatar_url":"https://github.com/FroCode.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aws-eks-app-deployment\n\n## Steps to deploy application\n\n1. Create the underlying infrastructure (VPC, subnets, route tables, internet gateway, nat gateway, security groups).\n2. Create EKS cluster role with policies - AmazonEKSClusterPolicy, AmazonEKSVPCResourceController.\n3. Create EKS node group role with policies - AmazonEKSWorkerNodePolicy, AmazonEC2ContainerRegistryReadOnly, AmazonEKS_CNI_Policy.\n4. Create the EKS cluster.\n5. Create the node group.\n6. Apply the deployment.yaml kubectl config.\n\n## Steps to load balance (internet facing) the above application\n\n1. Tag the public subnets with Tag name: kubernetes.io/role/elb; Tag value: 1.\n2. Create IAM OIDC identity provider for your cluster.\n3. Create load balancer controller policy and load balancer trust policy.\n4. Create load balancer controller role.\n5. Create service account.\n6. Add eks-charts helm repository and update.\n7. Install load balancer controller using helm.\n8. Apply the ingress.yaml kubectl config.\n\n## Some helpful commands:\n\n1. To set kube config context\n\naws eks update-kubeconfig --region us-east-1 --name clusterName\n\n2. To apply kubectl config\n\nkubectl apply -f config.yaml\n\n3. Add helm repo\n\nhelm repo add eks https://aws.github.io/eks-charts\n\n4. helm install load balancer\n\nhelm install aws-load-balancer-controller eks/aws-load-balancer-controller \\\n  -n kube-system \\\n  --set clusterName=clusterName \\\n  --set serviceAccount.create=false \\\n  --set serviceAccount.name=aws-load-balancer-controller\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrocode%2Fkubernetes-examples-master","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrocode%2Fkubernetes-examples-master","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrocode%2Fkubernetes-examples-master/lists"}