You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Digital Ocean command line tools to Dockerfile and Dockerfile-ci-do of Taito CLI dependencies and build the new image on Docker Hub.
Add Dockerfile-ci-do for Taito CLI and build the new cli-dev and ci-do-dev images on Docker Hub.
Implement do and do-zone plugins for Taito CLI. See aws, aws-zone, gcp and gcp-zone plugins for an example. TIP: checkout dev branch and run local implementations with development mode (-d), e.g. taito -d zone apply.
Test it by creating a new project based on full-stack-template: `taito -o my-do project create: full-stack-template)
For now you can use Google Cloud Build for CI/CD and Google Container Registry for storing container images. Or alternatively you can implement support also for GitHub actions (see issue #75) and Docker Registry (see issue #81).
Once you get the Kubernetes cluster running, you can also install EFK (see issue #79).
The text was updated successfully, but these errors were encountered:
keskiju
changed the title
Digital Ocean support part I (e.g. for students and hobby projects)
Digital Ocean part I (e.g. for students and hobby projects)
Jul 3, 2019
keskiju
changed the title
Digital Ocean part I (e.g. for students and hobby projects)
Digital Ocean support (e.g. for students and hobby projects)
Jul 3, 2019
Dockerfile
andDockerfile-ci-do
of Taito CLI dependencies and build the new image on Docker Hub.Dockerfile-ci-do
for Taito CLI and build the new cli-dev and ci-do-dev images on Docker Hub.do
anddo-zone
plugins for Taito CLI. Seeaws
,aws-zone
,gcp
andgcp-zone
plugins for an example. TIP: checkoutdev
branch and run local implementations with development mode (-d
), e.g.taito -d zone apply
.aws
andgcp
as an example: https://github.com/TaitoUnited/taito-terraform-modules/tree/master/infrastructuredo
infrastructure template: https://github.com/TaitoUnited/taito-infrastructure/tree/master/templatesFor now you can use Google Cloud Build for CI/CD and Google Container Registry for storing container images. Or alternatively you can implement support also for GitHub actions (see issue #75) and Docker Registry (see issue #81).
Once you get the Kubernetes cluster running, you can also install EFK (see issue #79).
The text was updated successfully, but these errors were encountered: