You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learning-paths/11111111-1111-1111-1111-111111111111/mastering-kubernetes-for-engineers/ambassador-edge-stack-api-gateway-with-meshery/_index.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ lectures: 4
6
6
courseTitle: "Ambassador Edge Stack API Gateway with Meshery"
Copy file name to clipboardExpand all lines: content/learning-paths/11111111-1111-1111-1111-111111111111/mastering-kubernetes-for-engineers/deploying-wordpress-and-mysql-with-persistent-volumes-with-meshery/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ lectures: 7
6
6
courseTitle: "Deploying WordPress and MySql with Persistent Volumes with Meshery"
Copy file name to clipboardExpand all lines: content/learning-paths/11111111-1111-1111-1111-111111111111/mastering-kubernetes-for-engineers/explore-dapr-with-meshery/_index.md
Copy file name to clipboardExpand all lines: content/learning-paths/11111111-1111-1111-1111-111111111111/mastering-kubernetes-for-engineers/scalable-postgres-with-cloudnativepg/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ lectures: 7
6
6
courseTitle: "Scalable Postgres with CloudNativePG"
Copy file name to clipboardExpand all lines: content/learning-paths/11111111-1111-1111-1111-111111111111/mastering-meshery/introduction-to-meshery/_index.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,10 @@
2
2
docType: "Course"
3
3
title: "Introduction to Meshery"
4
4
description: "Explore Meshery comprehensively in this introductory course. Cover foundational concepts, architectural components, and logical structures. Learn how to create, deploy, and interpret designs. Gain practical insights into configuring Meshery through workspaces and leverage its collaborative attributes to manage your infrastructure."
Copy file name to clipboardExpand all lines: content/learning-paths/11111111-1111-1111-1111-111111111111/mastering-meshery/introduction-to-meshery/configuring-meshery.md
+18-23Lines changed: 18 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,11 @@
2
2
draft: false
3
3
docType: "Chapter"
4
4
id: "configuring-meshery"
5
-
chapterTitle: "Configuring Meshery"
6
5
description: "This chapter covers the steps for configuring meshery, including the process of creating teams, workspaces, environments, and connections. It also explains how they associate with each other."
7
-
lectures: 4
8
6
weight: 3
9
7
title: "Configuring Meshery"
10
8
---
11
9
12
-
{{< chapterstyle >}}
13
-
14
10
## Introduction
15
11
16
12
Configuring Meshery is foundational to effectively managing and deploying your infrastructure. By understanding what `Teams`, `Workspaces`,`Connections` and `Environments` are and how to set them up, you can effectively manage and monitor your cloud-native infrastructure, as well as collaborate with your team by sharing and organizing your resources.
@@ -24,8 +20,7 @@ To start configuring Meshery:
24
20
1. Navigate to the left sidebar of Meshery.
25
21
1. Click on the **Lifecycle** dropdown and you will see all the menu items we need in this chapter.
Creating a [Team](https://docs.layer5.io/cloud/identity/teams/) is the first step in configuring Meshery. In Meshery, a team is a user group that manages and shares access to resources such as Workspaces, Designs, and Environments. Teams enable efficient collaboration and permission management, facilitating organized operations within an organization. Teams offer control access to workspaces and to workspace resources such as Environments and Connections.
@@ -35,7 +30,8 @@ Follow the steps below to create a team:
35
30
1. Teams are visible when you visit the [**Identity**](https://cloud.layer5.io/identity/teams) page in Layer5 Cloud.
36
31
1. Select **Add Team**, enter a name for your team, add Team Members, and **Create Team**.
1. After uploading the kubeconfig file, the modal should indicate that your cluster has been successfully added as a connection.
122
117
123
118
If you uploaded an invalid kubeconfig file, you might see an error message statement like the one below. Please ensure you are uploading the correct file with the proper configuration and try again.
@@ -133,7 +128,7 @@ Each connection has key details associated with it such as:
133
128
3. If [MeshSync](https://docs.meshery.io/concepts/architecture/meshsync) is actively running in your cluster, clicking the "Flush MeshSync" button will update MeshSync with the latest data, ensuring it matches the current state of your cluster.
134
129
This ensures that MeshSync's data is refreshed and accurately reflects the current state of your cluster's infrastructure and resources.
Now, the environment and design are associated with the workspace. You get standardized resource deployment and cross-team collaboration. This enables efficient resource management and tracking, and makes team members more productive.
@@ -166,4 +161,4 @@ You explored the setup of environments, which serve as logical groupings for man
166
161
167
162
Throughout the configuration process, you encountered various steps to integrate workspaces with environments and designs. This integration not only streamlined resource management but also facilitated standardized deployments across Kubernetes clusters associated with your workspace.
0 commit comments