{"id":14384125,"url":"https://github.com/dirien/no-yaml","last_synced_at":"2025-04-11T17:42:10.458Z","repository":{"id":36999559,"uuid":"415536432","full_name":"dirien/no-yaml","owner":"dirien","description":"No YAML deployments to K8s","archived":false,"fork":false,"pushed_at":"2025-04-03T15:30:02.000Z","size":431,"stargazers_count":12,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-04T23:08:55.905Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/dirien.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-10T09:09:57.000Z","updated_at":"2025-02-10T12:53:48.000Z","dependencies_parsed_at":"2023-12-21T04:57:36.438Z","dependency_job_id":"07d6c1ed-be1a-4c0b-908e-b0f686eba3e4","html_url":"https://github.com/dirien/no-yaml","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/dirien%2Fno-yaml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirien%2Fno-yaml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirien%2Fno-yaml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirien%2Fno-yaml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dirien","download_url":"https://codeload.github.com/dirien/no-yaml/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248451659,"owners_count":21105910,"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-08-28T18:01:08.720Z","updated_at":"2025-04-11T17:42:10.441Z","avatar_url":"https://github.com/dirien.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# no-yaml\n\nRead the detailed article on my blog:\n\n- [Kubernetes: No YAML, please!?](https://blog.ediri.io/kubernetes-no-yaml-please)\n- [Kubernetes: No YAML, please!? - Part 2](https://blog.ediri.io/kubernetes-no-yaml-please-part-2)\n\nNo YAML deployments to K8s with following approaches:\n\n- Pulumi\n- NAML\n- cdk8s\n- isopod\n\nWe will deploy the 📨🚚 CNCF App Delivery SIG Demo [podtato-head](https://github.com/podtato-head/podtato-head)\n\nand use this manifest as a base -\u003e https://github.com/podtato-head/podtato-head/blob/main/delivery/kubectl/manifest.yaml\n\n# Pulumi\n\n```\npulumi new\n```\n\nAnd chose the `kubernetes-go` template\n\n# NAML\n\nCreate a new Go project and add the NAML libs to your project.\n\nRun go build . to crate your app (or use goreleaser)\n\n```\ngo build -o podtato . \n```\n\nRun your app: `./podtato`\n\n# cdk8s\n\n```\nnpm install -g cdk8s-cli #for the 1.0.0-beta\n\nbrew install cdk8s # for the 0.33.0\n```\n\nThen create your project with\n\n```\nmkdir podtato-head-cdk8s\ncd podtato-head-cdk8s\ncdk8s init go-app\ncdk8s import\ncdk8s synth\nkubectl apply -f dist/podtato-head-cdk8s.k8s.yaml \n```\n\nUpdate to the `no-yaml` project with `isopod`:\n\n# Isopod\n\nisopod is currently only available for MacOS and Linux systems.\n\n```bash\nwget https://github.com/cruise-automation/isopod/releases/download/v1.8.6/isopod-darwin\nchmod +x isopod-darwin\nmv isopod-darwin /usr/local/bin/isopod\n```\n\nTo execute the deployment, just run:\n\n```bash\ncd podtato-head-isopod\nisopod -kubeconfig $HOME/.kube/config install main.ipd\n```\n\nand remove the deployment with:\n\n```bash\nisopod -kubeconfig $HOME/.kube/config remove main.ipd\n```\n\nIf you want to know more about [skylark](https://docs.bazel.build/versions/main/skylark/language.html).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirien%2Fno-yaml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdirien%2Fno-yaml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirien%2Fno-yaml/lists"}