Skip to content

Commit 8cbdaef

Browse files
committed
Update Blog “a-guide-to-enable-managed-istio-service-mesh-in-a-kubernetes-cluster-on-hpe-greenlake-for-private-cloud-enterprise”
1 parent b4acfc7 commit 8cbdaef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/blog/a-guide-to-enable-managed-istio-service-mesh-in-a-kubernetes-cluster-on-hpe-greenlake-for-private-cloud-enterprise.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ tags:
1818
- site-reliability-engineer
1919
- hpe-greenlake-for-private-cloud-enterprise-containers
2020
---
21-
# **Introduction**
21+
## **Introduction**
2222

2323
In this blog post, we demonstrate how an end user can deploy a containerized application or a managed service on a Kubernetes-based container stack using the cluster add-on feature provided by **HPE GreenLake for Private Cloud Enterprise: Containers** and then access it over an external network or internet. The containers service evaluates the user’s environment and makes add-ons available to the user so that they can add the containerized application or managed service to the cluster as required.
2424

2525
For those of you who may be unfamiliar with the term, a **Service mesh** is a network of microservices that consist of distributed applications and communications between those applications. It is a dedicated infrastructure layer that facilitates service-to-service communications routed through the proxy, ensuring secure communication.
2626

2727
**Istio** is an open-source service mesh that provides a platform for distributed applications that includes API integrations with logging, telemetry, or policy systems. It provides a uniform and more efficient way to secure, connect, and monitor services. Istio automatically manages load balancing for HTTP, gRPC, WebSocket, and TCP traffic. For details, see **[The Istio service mesh](https://istio.io/latest/about/service-mesh/)**.
2828

29-
# **Enabling Istio service mesh add-on from a cluster**
29+
## **Enabling Istio service mesh add-on from a cluster**
3030

3131
### **Step-1: Create a Kubernetes cluster from the containers page**
3232

@@ -185,7 +185,7 @@ Note : The above URL might be different in your environment. You can form the UR
185185

186186
![](/img/bookinfo-productpage-normal-user.png "Bookinfo application productpage view")
187187

188-
# **Monitor the sample application using the Kiali dashboard**
188+
## **Monitor the sample application using the Kiali dashboard**
189189

190190
Enter **bookinfo** into the field Filter by Namespace. The Kiali overview screen displays the details about the namespace bookinfo. It shows that 4 applications are running in the **namespace bookinfo** with no inbound traffic.
191191

@@ -207,7 +207,7 @@ In the **Services** tab from the left navigation menu, after selecting the **nam
207207

208208
![](/img/kiali-console-services.png "Kiali services view")
209209

210-
# **Summary**
210+
## **Summary**
211211

212212
You can find the GitHub repository that hosts demo code **[here](https://github.com/cxteamtrials/caas-trials-content)**.
213213

0 commit comments

Comments
 (0)