{"id":24393564,"url":"https://github.com/sv222/goapp-eks-cicd-sample","last_synced_at":"2026-04-09T07:53:27.388Z","repository":{"id":135305554,"uuid":"606241435","full_name":"sv222/goapp-eks-cicd-sample","owner":"sv222","description":"This is a sample project that demonstrates how to set up a CI/CD pipeline for a Go application that runs on Kubernetes EKS. The pipeline includes steps for linting, building a Docker image, and deploying the application to EKS.","archived":false,"fork":false,"pushed_at":"2023-02-25T23:00:26.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T18:44:16.259Z","etag":null,"topics":["ci-cd","eks","example","github-actions","go","kubernetes","sample"],"latest_commit_sha":null,"homepage":"","language":"Go","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/sv222.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}},"created_at":"2023-02-24T23:26:56.000Z","updated_at":"2023-02-25T00:43:45.000Z","dependencies_parsed_at":"2024-06-20T23:04:18.425Z","dependency_job_id":"7ec89432-3079-4679-93d2-9692c9cb9b0b","html_url":"https://github.com/sv222/goapp-eks-cicd-sample","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/sv222%2Fgoapp-eks-cicd-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sv222%2Fgoapp-eks-cicd-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sv222%2Fgoapp-eks-cicd-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sv222%2Fgoapp-eks-cicd-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sv222","download_url":"https://codeload.github.com/sv222/goapp-eks-cicd-sample/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243324268,"owners_count":20273099,"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":["ci-cd","eks","example","github-actions","go","kubernetes","sample"],"created_at":"2025-01-19T18:40:33.532Z","updated_at":"2025-12-28T08:40:32.489Z","avatar_url":"https://github.com/sv222.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sample Go Application CI/CD to AWS EKS\n\nThis is a sample project that demonstrates how to build and deploy a Go application to AWS EKS using GitHub Actions and Docker. This project provides a starting point for building your own Go application and deploying it to EKS using a CI/CD pipeline.\n\n## Prerequisites\n\nBefore you can use this project to build and deploy a Go application to AWS EKS, you will need to:\n\n- Have a GitHub account\n- Have an AWS account\n- Have the AWS CLI installed and configured on your local machine\n- Have kubectl installed on your local machine\n- Have Docker installed on your local machine\n\n## Getting Started\n\nTo use this sample project for building and deploying a Go application to AWS EKS, follow these steps:\n\n1. Fork this repository on GitHub.\n2. Clone your forked repository to your local machine.\n3. Modify the code in `main.go` to suit your needs.\n4. Modify the values in the `ci-cd.yaml` and `deployment.yaml` files to match your environment.\n5. Commit your changes and push them to your forked repository.\n\nGitHub Actions will automatically build a Docker image of your Go application and push it to Amazon ECR, and then deploy it to Amazon EKS.\n\n## Project Structure\n\nThis project has the following structure:\n\n```\n├── .github\n│ └── workflows\n│ └── ci-cd.yaml\n├── deployment.yaml\n├── Dockerfile\n├── go.mod\n├── go.sum\n├── main_test.go\n└── main.go\n```\n\n- `.github/workflows/ci-cd.yaml`: The GitHub Actions workflow that triggers the build and deployment process.\n- `deployment.yaml`: The Kubernetes manifest that describes how to deploy the Docker image to EKS.\n- `Dockerfile`: The Dockerfile that specifies how to build a Docker image of the Go application.\n- `go.mod` and `go.sum`: The dependencies for the Go application.\n- `main.go`: The actual application code.\n\nNote that this is just a sample project, and you may want to modify the project structure to suit your specific needs.\n\n## License\n\nThis sample project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsv222%2Fgoapp-eks-cicd-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsv222%2Fgoapp-eks-cicd-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsv222%2Fgoapp-eks-cicd-sample/lists"}