How To Set Up a Continuous Delivery Pipeline with Flux on DigitalOcean Kubernetes
https://www.digitalocean.com/community/tutorials/how-to-set-up-a-continuous-delivery-pipeline-with-flux-on-digitalocean-kubernetes
#flux #digitalocean #kubernetes #k8s #cd #ci #pipeline
https://www.digitalocean.com/community/tutorials/how-to-set-up-a-continuous-delivery-pipeline-with-flux-on-digitalocean-kubernetes
#flux #digitalocean #kubernetes #k8s #cd #ci #pipeline
Digitalocean
How To Set Up a Continuous Delivery Pipeline with Flux on DigitalOcean Kubernetes | DigitalOcean
This tutorial goes through setting up continuous integration and delivery for DigitalOcean Kubernetes using Flux, an open-sourced tool.
Earthly
🐳 Build anything via containers - build images or standalone artifacts (binaries, packages, arbitrary files)
🛠 Programming language agnostic - allows use of language-specific build tooling
🔁 Repeatable builds - does not depend on user's local installation: runs the same locally, as in CI
⛓ Parallelism that just works - build in parallel without special considerations
🏘 Mono and Poly-repo friendly - ability to split the build definitions across vast project hierarchies
💾 Shared caching - share build cache between CI runners
🔀 Multi-platform - build for multiple platforms in parallel
#go #docker #ci
🐳 Build anything via containers - build images or standalone artifacts (binaries, packages, arbitrary files)
🛠 Programming language agnostic - allows use of language-specific build tooling
🔁 Repeatable builds - does not depend on user's local installation: runs the same locally, as in CI
⛓ Parallelism that just works - build in parallel without special considerations
🏘 Mono and Poly-repo friendly - ability to split the build definitions across vast project hierarchies
💾 Shared caching - share build cache between CI runners
🔀 Multi-platform - build for multiple platforms in parallel
#go #docker #ci
GitHub
GitHub - earthly/earthly: Super simple build framework with fast, repeatable builds and an instantly familiar syntax – like Dockerfile…
Super simple build framework with fast, repeatable builds and an instantly familiar syntax – like Dockerfile and Makefile had a baby. - earthly/earthly
Leveraging GitOps to Automate the Delivery of Code and Infrastructure
https://community.suse.com/posts/15181795
#gitops #rancher #suse #ci #cd #flux #argocd #jenkinsx #fleet #kustomize #k8s #Kubernetes
https://community.suse.com/posts/15181795
#gitops #rancher #suse #ci #cd #flux #argocd #jenkinsx #fleet #kustomize #k8s #Kubernetes
Automating Test Environments With CircleCI
https://youtu.be/bwxA5CYlkLI
https://www.digitalocean.com/community/tech_talks/segregating-test-environments-with-circleci
#ci #git #gitops #cirlceci #test
https://youtu.be/bwxA5CYlkLI
https://www.digitalocean.com/community/tech_talks/segregating-test-environments-with-circleci
#ci #git #gitops #cirlceci #test
YouTube
Automating Test Environments With CircleCI
Build faster, more resilient pipelines — automate your development process with continuous integration using CircleCI and DigitalOcean to reduce cost and increase velocity without compromising quality.
Presented By
Sam Olukotun, Solutions Engineer, CircleCI…
Presented By
Sam Olukotun, Solutions Engineer, CircleCI…
How we manage CI sensitive data for our Open Source deployment Engine
https://www.qovery.com/blog/how-we-manage-ci-sensitive-data-for-our-open-source-deployment-engine
#github #gitlab #ci #security
https://www.qovery.com/blog/how-we-manage-ci-sensitive-data-for-our-open-source-deployment-engine
#github #gitlab #ci #security
GitHub Actions: The Full Course
https://www.youtube.com/playlist?list=PLArH6NjfKsUhvGHrpag7SuPumMzQRhUKY
#github #ci #githubactions
https://www.youtube.com/playlist?list=PLArH6NjfKsUhvGHrpag7SuPumMzQRhUKY
#github #ci #githubactions
Open Source Feature Flagging and Remote Config Service. Host on-prem or use our hosted version at flagsmith.comhttps://github.com/flagsmith/flagsmith
#ci #cd #remoteconfig
Forwarded from Записки админа
Интересная получилась серия статей о построении bare-metal CI систем и процессов от инженера Valve...
- Preparing Your Test Machines;
- Part 2: Generating and Deploying Your Test Environment;
- Part 3: Provisioning Your CI Gateway;
- Part 4: Live Patching Your CI Gateway;
- Part 5: Time-sharing Your Test Machines.
#ci #напочитать
- Preparing Your Test Machines;
- Part 2: Generating and Deploying Your Test Environment;
- Part 3: Provisioning Your CI Gateway;
- Part 4: Live Patching Your CI Gateway;
- Part 5: Time-sharing Your Test Machines.
#ci #напочитать
Novops
https://github.com/PierreBeucher/novops
#devops #security #ci
Cross-platform secret & config manager for development and CI environments
https://github.com/PierreBeucher/novops
#devops #security #ci
Forwarded from GitHub Trends
#typescript #cd #ci #git #gitlab #gitlab_ci #local #pipeline #push #uncomitted #untracked
You can run GitLab CI pipelines locally using `gitlab-ci-local`, which saves you time and effort by not having to push changes to test your `.gitlab-ci.yml` files. This tool allows you to execute pipelines as a shell executor or docker executor, eliminating the need for development-specific scripts. It also offers convenience features like CLI options, environment files, bash aliases, and tab completion. You can list pipeline jobs before running them and customize variables and artifacts easily. This makes your development process more efficient and streamlined.
https://github.com/firecow/gitlab-ci-local
You can run GitLab CI pipelines locally using `gitlab-ci-local`, which saves you time and effort by not having to push changes to test your `.gitlab-ci.yml` files. This tool allows you to execute pipelines as a shell executor or docker executor, eliminating the need for development-specific scripts. It also offers convenience features like CLI options, environment files, bash aliases, and tab completion. You can list pipeline jobs before running them and customize variables and artifacts easily. This makes your development process more efficient and streamlined.
https://github.com/firecow/gitlab-ci-local
GitHub
GitHub - firecow/gitlab-ci-local: Tired of pushing to test your .gitlab-ci.yml?
Tired of pushing to test your .gitlab-ci.yml? Contribute to firecow/gitlab-ci-local development by creating an account on GitHub.