{"id":20334247,"url":"https://github.com/codygreen/voltstack_nginx","last_synced_at":"2026-05-12T19:15:37.579Z","repository":{"id":68409470,"uuid":"357583914","full_name":"codygreen/voltstack_nginx","owner":"codygreen","description":"Deploy NGINX Plus in Volterra VoltStack via K8S manifest","archived":false,"fork":false,"pushed_at":"2023-04-10T23:27:59.000Z","size":23283,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-14T16:28:53.129Z","etag":null,"topics":["k8s","k8s-deployment","nginx","nginx-plus","volterra"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codygreen.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":"2021-04-13T14:32:09.000Z","updated_at":"2023-03-31T00:17:12.000Z","dependencies_parsed_at":"2024-11-14T20:48:15.975Z","dependency_job_id":null,"html_url":"https://github.com/codygreen/voltstack_nginx","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codygreen%2Fvoltstack_nginx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codygreen%2Fvoltstack_nginx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codygreen%2Fvoltstack_nginx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codygreen%2Fvoltstack_nginx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codygreen","download_url":"https://codeload.github.com/codygreen/voltstack_nginx/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241854230,"owners_count":20031392,"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":["k8s","k8s-deployment","nginx","nginx-plus","volterra"],"created_at":"2024-11-14T20:36:29.709Z","updated_at":"2026-05-12T19:15:37.004Z","avatar_url":"https://github.com/codygreen.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deploy NGINX Plus in a Volterra VoltStack\n\nThis demo will deploy NGINX Plus or NGINX OSS in a Volterra VoltStack via K8S manifest\n\n## Download and Set KUBECONFIG variable\n\nFrom VoltConsole, you need to create and download your Kubeconfig file. Check out the Volterra documentation for instructions:\nhttps://www.volterra.io/docs/how-to/app-management/create-vk8s-obj\n\nOnce you've downloaded your Kubeconfig file, set the `KUBECONFIG` environment variable to point to this file:\n\n```bash\nexport KUBECONFIG=ves_\u003cyour-namespace\u003e_\u003cyour-vk8s\u003e.yaml\n```\n\n## Set K8S secret with DockerHub credentials\n\nYou will need to create a DockerHub PAT for this step\n\n```bash\nkubectl create secret docker-registry regcred --docker-server=https://index.docker.io/v2/ --docker-username=\u003cyour-name\u003e --docker-password=\u003cyour-pword\u003e --docker-email=\u003cyour-email\u003e\n```\n\n## Deploy NGINX Plus in VoltStack\n\nVolterra uses VoltStack to create a virtual K8S cluster across all specified virtual sites. In this demo we will use kubectl to deploy out NGINX Plus instance from a private registry.\n\n**Note**: You will need to change the `.spec.template.spec.containers.image` to point to your private DockerHub registry and application.\n\n```bash\nkubectl apply -f customer_edge/nginx_plus_manifest.yaml\n```\n\nIf you are deploying in the Regional Edge there are some [restrictions](https://www.volterra.io/docs/how-to/app-management/create-vk8s-obj?query=restrictions) that require us to deploy NGINX in an unprivileged mode:\n\n```bash\nkubectl apply -f regional_edge/nginx_plus_manifest.yaml\n```\n\n## Build NGINX OSS Container\n\n```bash\npodman build -t nginx-demo .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodygreen%2Fvoltstack_nginx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodygreen%2Fvoltstack_nginx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodygreen%2Fvoltstack_nginx/lists"}