Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DO Container Registry #1

Open
jasperf opened this issue Oct 28, 2020 · 4 comments
Open

DO Container Registry #1

jasperf opened this issue Oct 28, 2020 · 4 comments

Comments

@jasperf
Copy link

jasperf commented Oct 28, 2020

Will the Digital Ocean container registry be added any time soon? Can't wait to use that as part of this package :)

See https://developers.digitalocean.com/documentation/v2/#add-container-registry-to-kubernetes-clusters for API

To integrate the container registry with Kubernetes clusters, send a POST request to /v2/kubernetes/registry. A 204 status code with no body will be returned in response to a successful request.

and or https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs/resources/container_registry

@jasperf jasperf changed the title Container Registry DO Container Registry Oct 28, 2020
@jasperf
Copy link
Author

jasperf commented Nov 15, 2020

See for example smart48/k8-do@4d6ed13 where I am working on adding a registry using the DO terraform module.

@keskiju
Copy link
Member

keskiju commented Dec 4, 2020

@jasperf: Sorry, I didn't notice your comment until now. Hopefully the DO setup has been working ok. It's a bit incomplete since it does not include support for container registry and CI/CD. DO container registry had not been released yet, when we made the initial DO template. Currently the GCP setup is the most complete one, since we use it ourselves.

We are currently improving our GCP setup and then we start working on Azure and AWS. But hopefully in 2021 Q1 we have time to improve the DO setup also. The plan is to add support for DO container registry, DO spaces object storage, and perhaps use GitHub Actions for CI/CD.

@jasperf
Copy link
Author

jasperf commented Dec 5, 2020

@keskiju No worries. I know we are all busy. What I set up is reasonable and really mainly because of all the hard work you guys have been doing. Really admire the setups you have made so far. We are currently mainly working with DO for our Laravel applications and I am using your DO TF setup for provisioning or at least in the test fase now. For deployment I am also working on a Kubernetes setup

Also saw you changed the Ingres and added yaml variables. Need to read upon the useful of those vars. As for new Ingress, on DigitalOcean we will probably use their marketplace Ingress Nginx package withint the Kubernetes deployment. Seems to be an easy way to go.

Looking forward to see the DO package update in the new year. Hopefully a less eventful year for us all!

@keskiju
Copy link
Member

keskiju commented Dec 7, 2020

Also saw you changed the Ingres and added yaml variables.

If you mean the changes in feat/uniformity branch, those are still work-in-progress and do not yet work for DO. We refactored the GCP setup to use yaml files with terraform and the idea is to do the same thing also for AWS, Azure, and DO. The feat/uniformity branch just contains some preliminary changes that we made to the other infrastructure templates while we were working with the GCP setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants