From f2cd8cbac585aa1145cd5f8324ad26e4ec6a91cb Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Wed, 29 Sep 2021 16:31:13 +0200 Subject: [PATCH] Sept 29th --- docs/azure.md | 5 +++++ docs/jenkins-alternatives.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/docs/azure.md b/docs/azure.md index 86f902a4..e4aed033 100644 --- a/docs/azure.md +++ b/docs/azure.md @@ -3,6 +3,7 @@ - [Microsoft Linux Distribution CBL Mariner](#microsoft-linux-distribution-cbl-mariner) - [ARM Templates](#arm-templates) - [Azure DevOps](#azure-devops) +- [GitOps with Azure Arc](#gitops-with-azure-arc) - [Secure DevOps Kit for Azure](#secure-devops-kit-for-azure) - [Mobile Apps](#mobile-apps) - [Powershell](#powershell) @@ -76,6 +77,10 @@ - [kevinrchant.com: Increase in demand for Data Platform automation](https://www.kevinrchant.com/2021/09/16/increase-in-demand-for-data-platform-automation/) - [kevinrchant.com: Introducing my Azure DevOps templates for Data Platform deployments](https://www.kevinrchant.com/2021/09/14/t-sql-tuesday-142-introducing-my-azure-devops-templates-for-data-platform-deployments/) +## GitOps with Azure Arc +- [Azure Arc overview](https://docs.microsoft.com/en-us/azure/azure-arc/overview) +- [techcommunity.microsoft.com: Standardize DevOps practices across hybrid and multicloud environments](https://techcommunity.microsoft.com/t5/itops-talk-blog/standardize-devops-practices-across-hybrid-and-multicloud/ba-p/2795010) With Azure Arc-enabled Kubernetes, you can attach and configure Kubernetes clusters located either inside or outside Azure. + ## Secure DevOps Kit for Azure - [Secure DevOps Kit for Azure](https://github.com/azsk/DevOpsKit) - [DevOpsKit-docs](https://github.com/azsk/DevOpsKit-docs) diff --git a/docs/jenkins-alternatives.md b/docs/jenkins-alternatives.md index 89ec3a47..c6a90983 100644 --- a/docs/jenkins-alternatives.md +++ b/docs/jenkins-alternatives.md @@ -15,6 +15,7 @@ - [Octopus Deploy](#octopus-deploy) - [JFrog](#jfrog) - [JFrog DevOps Platform](#jfrog-devops-platform) + - [Semaphore](#semaphore) - [Cloud Native CI/CD](#cloud-native-cicd) - [Jenkins X](#jenkins-x) - [Spinnaker](#spinnaker) @@ -147,6 +148,10 @@ - [youtube: jfrog - Modern App Deployments: How to use NGINX and JFrog to Automate your Blue/Green deployments](https://www.youtube.com/watch?v=15CGdzfDlpQ&t=1s&ab_channel=JFrog) - [cloud.redhat.com: Cloud DevOps With OpenShift and JFrog](https://cloud.redhat.com/blog/cloud-devops-with-openshift-and-jfrog) +### Semaphore +- [Semaphore](https://semaphoreci.com/) Hosted CI/CD for teams that don’t like bottlenecks +- [semaphoreci.com: Revving up Continuous Integration with Parallel Testing](https://semaphoreci.com/blog/revving-up-continuous-integration-with-parallel-testing) Is your CI/CD pipeline slow? Do wait times make you feel unproductive? Parallel testing is an indispensable technique for reducing wait times. And mastering it is key to getting the most out of CI/CD. + ## Cloud Native CI/CD ### Jenkins X * [jenkins-x.io](https://jenkins-x.io/)