{"id":23599816,"url":"https://github.com/Tanjib-Rafi/Ops-Odyssey","last_synced_at":"2025-11-05T02:30:23.559Z","repository":{"id":263723231,"uuid":"883848242","full_name":"Tanjib-Rafi/k8s","owner":"Tanjib-Rafi","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-11T07:52:34.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T08:43:19.817Z","etag":null,"topics":["azure-container-registry","azure-kubernetes-service","k8s","kubernetes"],"latest_commit_sha":null,"homepage":"","language":null,"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/Tanjib-Rafi.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":"2024-11-05T17:17:40.000Z","updated_at":"2025-02-11T07:52:37.000Z","dependencies_parsed_at":"2025-02-11T08:35:55.752Z","dependency_job_id":"38af9cf8-a286-41ea-b53e-b0d94a666fb7","html_url":"https://github.com/Tanjib-Rafi/k8s","commit_stats":null,"previous_names":["tanjib-rafi/k8s"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tanjib-Rafi%2Fk8s","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tanjib-Rafi%2Fk8s/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tanjib-Rafi%2Fk8s/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tanjib-Rafi%2Fk8s/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tanjib-Rafi","download_url":"https://codeload.github.com/Tanjib-Rafi/k8s/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239449522,"owners_count":19640530,"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":["azure-container-registry","azure-kubernetes-service","k8s","kubernetes"],"created_at":"2024-12-27T11:26:17.448Z","updated_at":"2025-11-05T02:30:23.505Z","avatar_url":"https://github.com/Tanjib-Rafi.png","language":null,"readme":"# 🐳 Kubernetes Overview\n\nKubernetes is a powerful system for managing containerized applications across multiple hosts. It automates deployment, scaling, and operations of application containers.\n\n## 🍲 Pods\nA **Pod** is the smallest deployable unit in Kubernetes. It can contain one or more **tightly coupled containers** that work together to complete a task. Containers within a Pod:\n\n- **Share Networking**: All containers in a Pod share the same IP address and network ports.\n- **Share Storage**: Containers in the same Pod can access shared storage volumes.\n\n\u003e **Example**: Use a Pod to run a single application container or a set of containers that need to work closely together.\n\n## 📡 Services\nServices in Kubernetes manage networking and allow communication between Pods and other parts of the application, both internal and external.\n\n### Service Types:\n- **ClusterIP**: Exposes the service within the Kubernetes cluster.  \n  _Best for internal-only communication between services._\n\n- **NodePort**: Exposes the service on a specific port on each Node in the cluster.  \n  _Accessible externally via `\u003cNodeIP\u003e:\u003cNodePort\u003e`._\n\n- **LoadBalancer**: Creates an external load balancer and assigns a fixed external IP.  \n  _Ideal for distributing traffic across multiple Pods._\n\n- **Ingress**: Manages external access to services, typically HTTP/S, and provides load balancing, SSL termination, and name-based virtual hosting.  \n  _Allows you to define rules for routing traffic based on URLs or domain names._\n\n### Port Definitions:\nIn a Kubernetes `Service` specification, the following ports can be defined:\n\n- **port**: \n  - The port that the Service listens on within the cluster.\n  - Used by clients to access the Service.\n\n- **targetPort**: \n  - The port on the Pod that the Service forwards traffic to.\n  - This is where the actual application listens for requests.\n\n- **nodePort**: \n  - A specific port that is opened on each Node in the cluster when using `NodePort` service type.\n  - It allows external traffic to access the Service via `\u003cNodeIP\u003e:\u003cNodePort\u003e`.\n  - It is used for development mostly\n\n- **containerPort**: \n  - The port on which the container itself is listening.\n  - This is defined in the Pod specification, often used for documentation purposes.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTanjib-Rafi%2FOps-Odyssey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTanjib-Rafi%2FOps-Odyssey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTanjib-Rafi%2FOps-Odyssey/lists"}