{"id":21585385,"url":"https://github.com/sayems/kubernetes.resources","last_synced_at":"2026-04-07T23:31:14.785Z","repository":{"id":147284246,"uuid":"96283377","full_name":"sayems/kubernetes.resources","owner":"sayems","description":"Kubernetes Tutorial","archived":false,"fork":false,"pushed_at":"2020-04-03T09:25:47.000Z","size":3082,"stargazers_count":17,"open_issues_count":1,"forks_count":29,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-18T09:14:10.867Z","etag":null,"topics":["docker","docker-compose","docker-selenium","helm","helm-charts","kubeadm","kubectl","kubernetes","kubernetes-cluster","kubernetes-selenium","selenium","selenium-grid","selenium-webdriver","webdriver"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sayems.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-05T06:15:03.000Z","updated_at":"2021-12-30T18:04:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"20d0a985-b507-4430-945e-bd09ec9c2740","html_url":"https://github.com/sayems/kubernetes.resources","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sayems/kubernetes.resources","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sayems%2Fkubernetes.resources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sayems%2Fkubernetes.resources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sayems%2Fkubernetes.resources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sayems%2Fkubernetes.resources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sayems","download_url":"https://codeload.github.com/sayems/kubernetes.resources/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sayems%2Fkubernetes.resources/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31533823,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["docker","docker-compose","docker-selenium","helm","helm-charts","kubeadm","kubectl","kubernetes","kubernetes-cluster","kubernetes-selenium","selenium","selenium-grid","selenium-webdriver","webdriver"],"created_at":"2024-11-24T15:10:28.252Z","updated_at":"2026-04-07T23:31:14.768Z","avatar_url":"https://github.com/sayems.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Table of contents\n--\n- [Setup k8s cluster](https://kubernetes.io/docs/setup/)\n  - [**K8s on Vagrant (recommended)**](https://github.com/sayems/kubernetes.resources/tree/master/k8s-vagrant)\n  - [K8s on LXC - Linux Containers](https://github.com/sayems/lxc.resources/wiki/Kubernetes-on-Linux-containers)\n  - [Minikube](https://github.com/sayems/kubernetes.resources/wiki/Minikube#table-of-contents)\n  - [K8s on Docker for Mac](https://github.com/sayems/kubernetes.resources/wiki/Kubernetes-Cluster-with-Docker-for-Mac)\n  - [K8s on AWS with kops + Terraform](https://github.com/sayems/kubernetes.resources/wiki/Kubernetes-cluster-on-AWS-with-kops-and-Terraform)\n  - [K8s on AWS with kops](https://github.com/sayems/kubernetes.resources/wiki/Kubernetes-on-AWS-with-kops)\n  - [K8s on Amazon EKS](https://github.com/sayems/kubernetes.resources/wiki/Kubernetes-cluster-on-AWS-EKS)\n  - [K8s with Kubespray](https://github.com/sayems/kubernetes.resources/wiki/Kubernetes-with-Kubespray)\n  - [K8s on Raspberry Pi](https://github.com/sayems/kubernetes.resources/wiki/Kubernetes-cluster-on-a-Raspberry-Pi)\n  - [k3s on Raspberry Pi](https://github.com/sayems/kubernetes.resources/wiki/K3s-on-Raspberry-Pi)\n  - [K8s the hard way (Vagrant)](https://github.com/sayems/kubernetes.resources/wiki/Kubernetes-The-Hard-Way)\n- [Kubernetes Command Line Tools - kubectl](https://kubernetes.io/docs/reference/kubectl/overview/)\n  - [Cheat Sheet](https://github.com/sayems/kubernetes.resources/wiki/Cheat-Sheet)\n- [Kubernetes Objects](https://github.com/sayems/kubernetes.resources/wiki/Kubernetes-Objects#table-of-contents)\n  - [Pod](https://github.com/sayems/kubernetes.resources/wiki/Kubernetes-Objects#pods)\n  - [Service](https://github.com/sayems/kubernetes.resources/wiki/Kubernetes-Objects#services)\n  - [Volume](https://github.com/sayems/kubernetes.resources/wiki/Kubernetes-Objects#volumes)\n  - [Namespace](https://github.com/sayems/kubernetes.resources/wiki/Kubernetes-Objects#namespaces)\n  - [Labels and Selectors](https://github.com/sayems/kubernetes.resources/wiki/Kubernetes-Objects#labels-and-selectors)\n- [Controllers](https://github.com/sayems/kubernetes.resources/wiki/Kubernetes-Controllers#table-of-contents)\n  - [ReplicaSet](https://github.com/sayems/kubernetes.resources/wiki/Kubernetes-Controllers#replicaset)\n  - [Deployment](https://github.com/sayems/kubernetes.resources/wiki/Kubernetes-Controllers#deployments)\n  - [StatefulSet](https://github.com/sayems/kubernetes.resources/wiki/Kubernetes-Controllers#statefulsets)\n  - [DaemonSet](https://github.com/sayems/kubernetes.resources/wiki/Kubernetes-Controllers#daemonset)\n  - [Job](https://github.com/sayems/kubernetes.resources/wiki/Kubernetes-Controllers#job)\n- [Configuration](https://github.com/sayems/kubernetes.resources/wiki/Kubernetes-Configuration#table-of-contents)\n  - [Secrets](https://github.com/sayems/kubernetes.resources/wiki/Kubernetes-Configuration#table-of-contents)\n- [Kubernetes Helm](https://github.com/sayems/kubernetes.resources/wiki/Kubernetes-Helm)\n  - [Helmfile](https://github.com/sayems/kubernetes.resources/wiki/Kubernetes-Helm#helmfile)\n- [**K8s Examples**](https://github.com/sayems/kubernetes.resources/tree/master/k8s-examples)\n  - [Demo example](https://github.com/sayems/kubernetes.resources/tree/master/k8s-examples/demo)\n  - [Kubia example](https://github.com/sayems/kubernetes.resources/tree/master/k8s-examples/kubia)\n  - [Nginx example](https://github.com/sayems/kubernetes.resources/tree/master/k8s-examples/nginx)\n  - [Tomcat example](https://github.com/sayems/kubernetes.resources/tree/master/k8s-examples/tomcat)\n- [Learning Resources](https://github.com/sayems/kubernetes.resources/wiki/Tutorial-and-resources-for-learning-Kubernetes) \n  - [Courses](https://github.com/sayems/kubernetes.resources/wiki/Tutorial-and-resources-for-learning-Kubernetes#courses)\n  - [Books](https://github.com/sayems/kubernetes.resources/wiki/Tutorial-and-resources-for-learning-Kubernetes#books)\n  - [Tutorials](https://github.com/sayems/kubernetes.resources/wiki/Tutorial-and-resources-for-learning-Kubernetes#tutorials)\n- [Tools for Kubernetes](https://github.com/sayems/kubernetes.resources/wiki/Tutorial-and-resources-for-learning-Kubernetes#tools-for-kubernetes)\n  - [Kompose (Kubernetes + Compose)](https://github.com/sayems/kubernetes.resources/wiki/Tutorial-and-resources-for-learning-Kubernetes#tools-for-kubernetes)\n\n\u0026nbsp;\n[top](#table-of-contents)\n\u0026nbsp;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsayems%2Fkubernetes.resources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsayems%2Fkubernetes.resources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsayems%2Fkubernetes.resources/lists"}