{"id":15798448,"url":"https://github.com/codeasashu/kubernetes-wordpress-example","last_synced_at":"2026-04-27T23:32:28.747Z","repository":{"id":148600550,"uuid":"154963076","full_name":"codeasashu/kubernetes-wordpress-example","owner":"codeasashu","description":"Deploying a simple wordpress app on 2 pods using deployments and accessing it via services","archived":false,"fork":false,"pushed_at":"2018-10-27T19:45:58.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-06T00:41:21.937Z","etag":null,"topics":["kubectl","kubernetes","kubernetes-cluster","kubernetes-deployment","wordpress"],"latest_commit_sha":null,"homepage":null,"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/codeasashu.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":"2018-10-27T12:38:49.000Z","updated_at":"2018-10-27T19:09:11.000Z","dependencies_parsed_at":"2023-05-20T16:30:48.146Z","dependency_job_id":null,"html_url":"https://github.com/codeasashu/kubernetes-wordpress-example","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/codeasashu/kubernetes-wordpress-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeasashu%2Fkubernetes-wordpress-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeasashu%2Fkubernetes-wordpress-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeasashu%2Fkubernetes-wordpress-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeasashu%2Fkubernetes-wordpress-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeasashu","download_url":"https://codeload.github.com/codeasashu/kubernetes-wordpress-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeasashu%2Fkubernetes-wordpress-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32360110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"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":["kubectl","kubernetes","kubernetes-cluster","kubernetes-deployment","wordpress"],"created_at":"2024-10-05T00:41:35.725Z","updated_at":"2026-04-27T23:32:28.731Z","avatar_url":"https://github.com/codeasashu.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kubernetes Wordpress example\n\nThis repository is a minimal example of getting started with a wordpress latest app on kubernetes. I will be putting up a blog post soon, but for now, I am expirementing with kubernetes and got success using these.\n\n## How to run\n\n1. Install [Kubernetes](https://kubernetes.io/docs/setup/)\n\n2. Create Deployment\n\n- `cd` into directory where you have cloned this repo.\n\n- Create a deployment\n```sh\n/kubernetes-wordpress-example$ kubectl create -f resources/wp-deployment.yaml\n```\n\n- Check if deployment is running\n```sh\n/kubernetes-wordpress-example$ kubectl get deployments\n```\n\nYou should be able to see `wp-deployment` in the list\n\n3. Create Service\n\n- Create a new service by running\n\n```sh\n/kubernetes-wordpress-example$ kubectl create -f resources/wp-service.yaml\n```\n\nYou should be able to see `wp-app-lb` in the list\n\n\n## Accessing wordpress\n\nOnce you have setup everything, you should be able to access it via the `url` of service. To obtain your service url, issue following command:\n\n```sh\nminikube service --url wp-app-lb\n```\n\nOpen the link and you will be able to see wordpress installation page\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeasashu%2Fkubernetes-wordpress-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeasashu%2Fkubernetes-wordpress-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeasashu%2Fkubernetes-wordpress-example/lists"}