{"id":23246384,"url":"https://github.com/donovan-said/k8s-examples","last_synced_at":"2026-05-08T13:34:52.055Z","repository":{"id":222291653,"uuid":"756793023","full_name":"donovan-said/k8s-examples","owner":"donovan-said","description":"A repository to play around with k8s, create examples, and collate useful snippets found online.","archived":false,"fork":false,"pushed_at":"2024-05-22T15:03:02.000Z","size":320,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-22T16:16:34.431Z","etag":null,"topics":["examples","grafana","helm","k8s","kubernetes-dashboard","nginx","prometheus","tutorials"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/donovan-said.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-02-13T10:18:07.000Z","updated_at":"2024-05-30T11:13:57.174Z","dependencies_parsed_at":"2024-02-13T13:58:43.289Z","dependency_job_id":"19fcf285-258f-4a58-a541-9807cc277ec9","html_url":"https://github.com/donovan-said/k8s-examples","commit_stats":null,"previous_names":["donovan-said/k8s-examples"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/donovan-said/k8s-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donovan-said%2Fk8s-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donovan-said%2Fk8s-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donovan-said%2Fk8s-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donovan-said%2Fk8s-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/donovan-said","download_url":"https://codeload.github.com/donovan-said/k8s-examples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donovan-said%2Fk8s-examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32782750,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["examples","grafana","helm","k8s","kubernetes-dashboard","nginx","prometheus","tutorials"],"created_at":"2024-12-19T07:14:39.431Z","updated_at":"2026-05-08T13:34:51.999Z","avatar_url":"https://github.com/donovan-said.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# K8s Guide \u0026 Examples\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./imgs/k8s_logo.png\" width=\"350\" height=\"300\"\u003e\n\u003c/p\u003e\n\n## Overview\n\nThe purpose of this repository is to act as a collation of useful information \nrelating to k8s and associated third party services. Essentially, these are my \nstudy notes.\n\nMy main guidelines were (though there are many more reference throughout):\n* The official [k8s Documentation](https://kubernetes.io/docs/home/)\n* The roadmap defined by [roadmap.sh](https://roadmap.sh/kubernetes)\n\n## Content\n\n- [K8s Guide \\\u0026 Examples](#k8s-guide--examples)\n  - [Overview](#overview)\n  - [Content](#content)\n  - [Concepts \\\u0026 Guides](#concepts--guides)\n    - [General](#general)\n    - [Package Management](#package-management)\n    - [Node Management](#node-management)\n    - [Ingress Controllers](#ingress-controllers)\n  - [Examples](#examples)\n    - [Kubeconf](#kubeconf)\n    - [Cluster Management](#cluster-management)\n    - [Manifests](#manifests)\n      - [Applications](#applications)\n      - [Jobs \\\u0026 Cronjobs](#jobs--cronjobs)\n    - [Helm](#helm)\n  - [Quick Guide to Docs](#quick-guide-to-docs)\n\n## Concepts \u0026 Guides\n\n### General \n\n* [K8s Concepts \u0026 Guides](./docs/K8S_CONCEPTS.md)\n* [kubectl Common Commands](./docs/KUBECTL_COMMANDS.md)\n\n### Package Management\n\n* [Helm Concepts](./docs/HELM_CONCEPTS.md)\n\n### Node Management\n\n* [Karpenter Concepts](./docs/KARPENTER_CONCEPTS.md)\n\n### Ingress Controllers\n\n* [Ingress Controllers](./docs/INGRESS_CONTROLLERS.md) \n\n## Examples \n\n### Kubeconf\n\n* [Example kubeconf](./example-kubeconf/)\n\n### Cluster Management\n\n* [Kubernetes Dashboard](./example-cluster-management/kubernetes-dashboard/STEPS.md)\n* [Grafana \u0026 Prometheus](./example-cluster-management/grafana-and-prometheus/STEPS.md)\n* [Nginx Ingress](./example-cluster-management/nginx-ingress/STEPS.md)\n\n### Manifests\n\n#### Applications\n\n* [Sample Blank Objects](./example-apps/blank-sample-objects/)\n* [Sample Application](./example-apps/sample-app/STEPS.md)\n* [Sample Sidecar](./example-apps/sample-sidecar/STEPS.md)\n* [Nginx](./example-apps/nginx/STEPS.md)\n* [Argo Workflows](./example-apps/argo-workflows/STEPS.md)\n\n#### Jobs \u0026 Cronjobs\n\n* [Sample Job](./example-jobs/sample-cronjob/STEPS.md)\n* [Sample Cronjob](./example-jobs/sample-cronjob/STEPS.md)\n\n### Helm\n\n* [Sample Chart](./example-helm-charts/sample-chart/)\n\n## Quick Guide to Docs\n\n* [k8s Docs - Concepts](https://kubernetes.io/docs/concepts/)\n* [k8s Docs - Tasks](https://kubernetes.io/docs/tasks/)\n* [k8s Docs - Tutorials](https://kubernetes.io/docs/tutorials/)\n* [k8s Docs - References](https://kubernetes.io/docs/reference/)\n* [k8s Docs - Client Libraries](https://kubernetes.io/docs/reference/using-api/client-libraries/)\n* [k8s Docs - kubectl](https://kubernetes.io/docs/reference/kubectl/)\n* [k8s Docs - Glossary](https://kubernetes.io/docs/reference/glossary/?)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonovan-said%2Fk8s-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdonovan-said%2Fk8s-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonovan-said%2Fk8s-examples/lists"}