This commit is contained in:
Inaki Fernandez
2020-06-29 18:24:11 +02:00
parent fa95e86e2a
commit eef5f0d6ac
6 changed files with 13 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
* [ammeon.com: 5 Tips For Building A CI/CD Pipeline](https://www.ammeon.com/5-tips-for-building-ci-cd-pipeline/)
* [medium: What is CI/CD Pipeline in DevOps? 🌟🌟](https://medium.com/faun/what-is-ci-cd-pipeline-in-devops-6fba17a76e73) Understanding the Importance of CI/CD Pipeline.
* [aws.amazon.com: Automating safe, hands-off deployments 🌟🌟](https://aws.amazon.com/es/builders-library/automating-safe-hands-off-deployments/)
* [techuz.com: What is CI/CD? An Introduction to Continuous Integration, Continuous Deployment and CI/CD Pipeline](https://www.techuz.com/blog/what-is-ci-cd-an-introduction-to-continuous-integration-continuous-deployment-and-ci-cd-pipeline/)
## Deployment Strategies
- [blog.container-solutions.com: Deployment Strategies 🌟](https://blog.container-solutions.com/deployment-strategies)

View File

@@ -1,6 +1,7 @@
# Customer Success Stories
- [BMW IT-Zentrum (Munich)](#bmw-it-zentrum-munich)
- [BMW ConnectedDrive and OpenShift](#bmw-connecteddrive-and-openshift)
- [BMW InnovationLab](#bmw-innovationlab)
- [GAIA-X](#gaia-x)
## BMW IT-Zentrum (Munich)
@@ -26,6 +27,13 @@
* [BMW takes digital innovation into the fast lane with Red Hat Openshift Container Platform](https://www.linkedin.com/pulse/bmw-takes-digital-innovation-fast-lane-red-hat-openshift-mendus/)
* [Youtube: BMW enables the BMW Group to deliver the continuous service that today's consumers expect (video starts at 1:29:00)](https://www.youtube.com/watch?time_continue=5340&v=FUu4kMc0PL8): BMW Group started working with 4 Openshift clusters in 2016 to support ConnectedDrive, a solution that delivers IoT digital services since 20 years ago. It took them a full-time migration for 2 years with a big transformation of the culture of the company, migrating monolithic applications to microservices. This is a consequence of having 30% of growth of request rate, by selling 2.5 million of cars yearly, all of them connected. Traditional IT could not cope with this growth. In 2019 they have 19 Openshift Clusters worldwide, with 12000 containers, 300 microservices, and 1 Billion requests per week. Future plans are to move to OpenShift Dedicated in the Public Cloud since they need to be more scalable and resilient, while building an Artificial Intelligence platform with a Data Lake on the public cloud to offer the best possible experience to their customers.
### BMW InnovationLab
- [BMW InnovationLab](https://github.com/BMW-InnovationLab) This organization contains open source software for realtime computer vision published by the developers, partners and friends of the BMW InnovationLab.
- As we transform into a data-driven company, the BMW Group Technology Office conducted a virtual hackathon, together with the Google Cloud Handle 'Google Cloud' on #machinelearning.
- Google Cloud Handles machine learning capabilities were used to implement use cases — ranging from charging optimisation for our electric vehicles, to wheel classification along our assembly line.
- Artificial Intelligence is a key technology in our digital transformation, and we want to enable our colleagues across all disciplines to work with the latest technologies. We strive to offer our worldwide network of software developers the opportunity to view, change, and develop their own algorithms. These projects illustrate the range of solutions that AI can provide, from automatic image recognition to natural language processing.
- We also make selected algorithms available in an open source platform. “We expect the further open source development to lead to a rapid and agile advancement of the software,” says Kai Demtroeder, Head of Artificial Intelligence and Data Platforms at BMW Group IT.
### GAIA-X
- [GAIA-X: A Federated Data Infrastructure for Europe](https://www.bmwi.de/Redaktion/EN/Dossier/gaia-x.html)

View File

@@ -113,6 +113,7 @@
### Others
- [rapidapi.com/collection/car-api](https://rapidapi.com/collection/car-api)
- [BMW InnovationLab](https://github.com/BMW-InnovationLab)
## Banking
- [Wikipedia: Open Banking](https://en.wikipedia.org/wiki/Open_banking)

View File

@@ -44,6 +44,7 @@
* [contino.io: How to Make Enterprise Container Strategies That Last (Part One) 🌟](https://www.contino.io/insights/how-to-make-enterprise-container-strategies-that-last-part-one)
* [scaledagileframework.com: DevOps 🌟🌟](https://www.scaledagileframework.com/devops/)
* [dzone: Why Now Is the Time for the Spring Boot of Infrastructure Automation 🌟](https://dzone.com/articles/why-now-is-the-time-for-the-spring-boot-of-infrast) Application teams move fast using frameworks built to boost developer productivity. Learn how a productivity framework can help your DevOps initiative succeed.
* [containerjournal.com: How the Rise of Containers Will Drive DevOps](https://containerjournal.com/topics/container-ecosystems/how-the-rise-of-containers-will-drive-devops/)
<center>
[![OCP 4 Pland and Deploy](images/openshift_day2.png)](https://www.openshift.com/blog/openshift-end-to-end-cluster-customization)

View File

@@ -161,6 +161,7 @@ git push origin -f
* [github.com/cli/cli](https://github.com/cli/cli)
* [github.blog: GitHub CLI allows you to close, reopen, and add metadata to issues and pull requests](https://github.blog/changelog/2020-05-11-github-cli-allows-you-to-close-reopen-and-add-metadata-to-issues-and-pull-requests/)
* [github.blog: Mark pull requests as ready for review, view the diff, review, and merge from GitHub CLI](https://github.blog/changelog/2020-05-26-mark-pull-requests-as-ready-for-review-review-and-merge-from-github-cli/)
* [githubstatus.com/uptime 🌟](https://www.githubstatus.com/uptime)
## Git Tools
* [Atlassian Sourcetree](https://www.sourcetreeapp.com/)

View File

@@ -6,6 +6,7 @@
* [GoCD](https://www.gocd.org/)
* [Codefresh](https://codefresh.io/)
* [skaffold](https://skaffold.dev/)
* [JFrog Pipelines](https://jfrog.com/pipelines/)
* [Atlassian CI/CD](https://www.atlassian.com/continuous-delivery)
* [Bamboo](https://www.atlassian.com/software/bamboo)
* [GitLab CI](https://dzone.com/articles/gitlab-ci-with-docker-environment-variable-quirks)