-
Notifications
You must be signed in to change notification settings - Fork 0
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
Comments
See for example smart48/k8-do@4d6ed13 where I am working on adding a registry using the DO terraform module. |
@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. |
@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! |
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. |
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
and or https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs/resources/container_registry
The text was updated successfully, but these errors were encountered: