{"id":18067261,"url":"https://github.com/eser/kubernext","last_synced_at":"2025-04-11T21:20:23.340Z","repository":{"id":213992822,"uuid":"694009515","full_name":"eser/kubernext","owner":"eser","description":"offering modern structure for every software team","archived":false,"fork":false,"pushed_at":"2024-04-19T12:32:20.000Z","size":222,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-02T05:54:23.771Z","etag":null,"topics":["argo","argocd","iac","k8s"],"latest_commit_sha":null,"homepage":"","language":"Go","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/eser.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-20T06:41:32.000Z","updated_at":"2024-04-24T23:35:41.000Z","dependencies_parsed_at":"2024-04-15T06:59:53.463Z","dependency_job_id":"1c9722f7-267c-40b0-ae69-d97b501a9ebd","html_url":"https://github.com/eser/kubernext","commit_stats":null,"previous_names":["eser/backstage-templates"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eser%2Fkubernext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eser%2Fkubernext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eser%2Fkubernext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eser%2Fkubernext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eser","download_url":"https://codeload.github.com/eser/kubernext/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248480422,"owners_count":21110939,"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":["argo","argocd","iac","k8s"],"created_at":"2024-10-31T07:08:22.101Z","updated_at":"2025-04-11T21:20:23.312Z","avatar_url":"https://github.com/eser.png","language":"Go","funding_links":["https://github.com/sponsors/eser"],"categories":[],"sub_categories":[],"readme":"# Project KuberNeXT\n\nKuberNeXT is a powerful tool designed to deploy a meticulously crafted DevOps stack in minutes, whether on a remote server or your local development environment. This stack includes fully-featured tools for GitOps, monitoring, metrics, and workflows—just like the robust infrastructure you'd find in a leading software company.\n\n## Infrastructure\n\nThis project uses [Infrastructure as Code](./infra/) with Pulumi. Current stack consists of:\n\n- [Kubernetes](https://kubernetes.io/) for container orchestration\n- [kind](https://kind.sigs.k8s.io/) for creating local Kubernetes cluster(s)\n- [Pulumi](https://www.pulumi.com/) for infrastructure provisioning\n- [Argo Workflows](https://argoproj.github.io/workflows) for worker tasks\n- [ArgoCD](https://argoproj.github.io/cd) for GitOps\n- [Prometheus](https://prometheus.io/) for metrics\n- [Grafana](https://grafana.com/) for monitoring\n- [Istio](https://istio.io/) for service mesh\n- [MetalLB](https://metallb.universe.tf/) for load balancer\n\n## Deployment\n\nTo deploy your infrastructure, follow the steps below.\n\n### Prerequisites\n\n1. [Install kind](https://kind.sigs.k8s.io/docs/user/quick-start/#installation) for local Kubernetes cluster\n2. [Install Pulumi](https://www.pulumi.com/docs/get-started/install/)\n3. Install NPM Dependencies\n4. [Install `kubectl`](https://kubernetes.io/docs/tasks/tools/install-kubectl/)\n\n### Steps\n\nAfter cloning this repo, run these commands from the working directory:\n\n\n#### kind\n\n```bash\n$ kind create cluster --name local --config kind-config.yaml\n```\n\n#### Pulumi\n\n1. Login to pulumi:\n\n   ```bash\n   $ pulumi login --local\n   ```\n\n2. Create a new stack:\n\n   ```bash\n   $ pulumi stack init production\n   ```\n\n2. Execute the Pulumi program to create or update your infra:\n\n   ```bash\n   $ pulumi up --stack production\n   ```\n\n#### Argo CD\n\n1. Visit `http://localhost`\n2. Get password with\n   `kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath=\"{.data.password}\" | base64 -d`\n   command\n3. Login as admin with the password\n\n#### Argo Workflow\n\n1. Argo port forward\n\n   ```bash\n   $ kubectl -n argowf port-forward deployment/argo-server 2746:2746\n   ```\n\n### License\n\nThis project is licensed under the Apache 2.0 License. For further details,\nplease see the [LICENSE](LICENSE) file.\n\n### To support the project...\n\n[Visit my GitHub Sponsors profile at github.com/sponsors/eser](https://github.com/sponsors/eser)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feser%2Fkubernext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feser%2Fkubernext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feser%2Fkubernext/lists"}