Sept 29th

This commit is contained in:
Inaki Fernandez
2021-09-29 16:31:13 +02:00
parent c8867765d9
commit f2cd8cbac5
2 changed files with 10 additions and 0 deletions

View File

@@ -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)

View File

@@ -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 dont 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/)