Skip to content

Commit 2e87981

Browse files
holly-cumminsseansund
authored andcommitted
Include Tekton as well as Jenkins in tooling list
Tekton is supported - and strategic - so we should mention it. I've also corrected a couple of typos.
1 parent 7c27647 commit 2e87981

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This repository contains infrastructure as code (IasC) scripting to create an IB
55

66
### Overview
77

8-
Iteration Zero creates an IBM Garage for Cloud Developer Tools environment in IBM Cloud, complete with tools and services needed for continious delivery of typical cloud-native applications to a [IBM Cloud Kubernetes Service](https://cloud.ibm.com/docs/containers) or [Red Hat OpenShift on IBM Cloud](https://cloud.ibm.com/docs/openshift) cluster. Typically a squad lead or lead developer would create this environment after the initial inception workshop has completed and the development team is ready to write code.
8+
Iteration Zero creates an IBM Garage for Cloud Developer Tools environment in IBM Cloud, complete with tools and services needed for continuous delivery of typical cloud-native applications to a [IBM Cloud Kubernetes Service](https://cloud.ibm.com/docs/containers) or [Red Hat OpenShift on IBM Cloud](https://cloud.ibm.com/docs/openshift) cluster. Typically a squad lead or lead developer would create this environment after the initial inception workshop has completed and the development team is ready to write code.
99

1010
The objective of this environment is to reduce the amount of time and effort a team needs to spend creating and configuring their Kubernetes or OpenShift development environments. Rather than the lead having to reinvent the wheel deciding how to set up a continious development environment and perform the manual effort to create, install, and configure the cluster, tools, and services, these infrastructure as code (IasC) scripts automate the process to consistently create an environment as needed that embodies these best practices. The scripts are modular so tools can be easily disabled or added. This combindation of tools are proven in the industry to deliver real value for modern cloud-native development.
1111

@@ -16,13 +16,14 @@ You can jump straight to the [Developers Guide](https://ibm-garage-cloud.github.
1616
This repo contains Terraform resources that will create an environment containing the following development tools:
1717
- IBM Container Service cluster (3 nodes) for Kubernetes or OpenShift
1818
- Namespaces for *dev*, *test*, *staging*, and *tools*
19-
- Tools for continious delivery:
19+
- Tools for continuous delivery:
20+
- [Tekton CI](https://github.com/tektoncd/pipeline)
2021
- [Jenkins CI](https://jenkins.io/)
2122
- [Argo CD](https://argoproj.github.io/argo-cd/)
2223
- [SonarQube](https://www.sonarqube.org/)
23-
- [Pack Broker](https://docs.pact.io/)
24+
- [Pact Broker](https://docs.pact.io/)
2425
- [Artefactory](https://jfrog.com/open-source/)
25-
- [Eclipse CHE](https://www.eclipse.org/che/)
26+
- [Eclipse Che](https://www.eclipse.org/che/)
2627
- Cloud services for cloud-native applications:
2728
- [AppID Application Authentication](https://cloud.ibm.com/docs/services/appid)
2829
- [Cloudant NoSQL Database](https://cloud.ibm.com/docs/services/Cloudant)

0 commit comments

Comments
 (0)