{"id":22873463,"url":"https://github.com/terminal127/k8s-configuration","last_synced_at":"2025-05-07T17:45:24.466Z","repository":{"id":203750951,"uuid":"710323791","full_name":"Terminal127/k8s-configuration","owner":"Terminal127","description":"Kubernetes manifests and the code and explanation what it does","archived":false,"fork":false,"pushed_at":"2024-01-20T21:21:57.000Z","size":6,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T12:25:08.197Z","etag":null,"topics":[],"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/Terminal127.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":"2023-10-26T13:20:27.000Z","updated_at":"2024-01-23T07:25:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"ac85aea8-b0de-4b45-8e1c-9dce27dd7b8d","html_url":"https://github.com/Terminal127/k8s-configuration","commit_stats":null,"previous_names":["terminal127/k8s-configuration"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Terminal127%2Fk8s-configuration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Terminal127%2Fk8s-configuration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Terminal127%2Fk8s-configuration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Terminal127%2Fk8s-configuration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Terminal127","download_url":"https://codeload.github.com/Terminal127/k8s-configuration/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252929120,"owners_count":21826815,"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-12-13T14:19:21.642Z","updated_at":"2025-05-07T17:45:24.446Z","avatar_url":"https://github.com/Terminal127.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kubernetes Simple Reference\n\nThis repository contains Kubernetes configuration files for a project involving MongoDB and a web application using MongoDB. The project includes the following files:\n\n- `mongo-configmap.yaml`: A Kubernetes ConfigMap file for configuring MongoDB.\n- `mongo-express.yaml`: A Kubernetes Deployment file for running a web-based MongoDB administration tool.\n- `mongo.yaml`: A Kubernetes Deployment file for setting up a MongoDB instance.\n- `mongodb-secret.yaml`: A Kubernetes Secret file for storing sensitive information, such as passwords.\n\n## Prerequisites\n\nBefore you begin, ensure you have the following:\n\n- Access to a Kubernetes cluster. You can use Minikube for local development or a cloud-based Kubernetes cluster.\n- `kubectl` installed and configured to manage your cluster.\n- Docker or a container registry to build and push container images if required.\n\n## Usage\n\n1. Clone this repository to your local machine:\n\n   ```bash\n   git clone https://github.com/yourusername/k8s-proj.git\n   cd k8s-proj\n\n   kubectl apply -f mongo-configmap.yaml\n   kubectl apply -f mongo-express.yaml\n   kubectl apply -f mongo.yaml\n   kubectl apply -f mongodb-secret.yaml\n\n   kubectl get pods\n   kubectl get services\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterminal127%2Fk8s-configuration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fterminal127%2Fk8s-configuration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterminal127%2Fk8s-configuration/lists"}