Skip to content

Commit 9cf8c21

Browse files
Typo in solution-pattern-cluster-as-a-service.md
1 parent 016bd5e commit 9cf8c21

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

content/patterns/solution-pattern-cluster-as-a-service.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
author = "Bernard Tison (Red Hat), Jaya Christina Baskaran (Red Hat)"
2+
author = "Gaurav Midha (Red Hat)"
33
title = "Cluster as a Service"
44
date = "2019-03-05"
55
description = "Create multiple Kuberenetes clusters in AWS cloud directly from the Github code repository using GitHub Actions"
@@ -17,18 +17,13 @@ headerimage = "images/patterns/solution-pattern-cluster-as-a-service.png"
1717

1818

1919

20-
Create multiple Kuberenetes clusters in AWS cloud directly from the Github code repository using GitHub Actions
20+
Create multiple Kubernetes clusters in AWS cloud directly from the Github code repository using GitHub Actions
2121

2222
<!--more-->
2323

24-
In this solution pattern you will discover how an API First Approach provides the right framework to build microservices and APIs based systems. The stages of an API life cycle cover both the implementation life cycle and the management life cycle.
25-
26-
* The Implementation phase allows you to collaboratively design an API before determining and developing the various channels and applications that will use the API. The design-first approach advocates for designing the API’s contract before writing any code.
27-
28-
* The Management phase allows you to manage access to the implement APIs, measure consumption and also track utilization of the APIs to perhaps even monetize the APIs
2924

3025

3126

3227
Contributors: _Bernard Tison (Red Hat), Jaya Christina Baskaran (Red Hat)_
3328

34-
Explore the Solution Pattern: https://www.solutionpatterns.io/solution-pattern-cluster-as-a-service
29+
Explore the Solution Pattern: https://www.solutionpatterns.io/solution-pattern-cluster-as-a-service

0 commit comments

Comments
 (0)