Skip to content

Commit 7608b92

Browse files
authored
Merge pull request #33 from ShashaankS/page-bundleing
Added Page bundleing for Learning Paths
2 parents 5a4b201 + d79719b commit 7608b92

File tree

126 files changed

+34863
-121
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+34863
-121
lines changed
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To start configuring Meshery:
2020
1. Navigate to the left sidebar of Meshery.
2121
1. Click on the **Lifecycle** dropdown and you will see all the menu items we need in this chapter.
2222

23-
![lifecycle]({{< usestatic "mastering-meshery/lifecycle.png" >}})
23+
![lifecycle](lifecycle.png)
2424
## Creating Teams
2525

2626
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.
@@ -31,7 +31,7 @@ Follow the steps below to create a team:
3131
1. Select **Add Team**, enter a name for your team, add Team Members, and **Create Team**.
3232

3333

34-
![create-team]({{< usestatic "mastering-meshery/create-team.png" >}})
34+
![create-team](create-team.png)
3535

3636
## Creating Workspaces
3737

@@ -43,11 +43,11 @@ To create a workspace:
4343
1. Click **Create**.
4444
1. Enter a name for your workspace and **Save**.
4545

46-
![create-workspace]({{< usestatic "mastering-meshery/create-workspace.png" >}})
46+
![create-workspace](create-workspace.png)
4747

4848
1. Once saved, the new Workspace will be created and displayed on the screen.
4949

50-
![confirm-workspace]({{< usestatic "mastering-meshery/confirm-workspace.png" >}})
50+
![confirm-workspace](confirm-workspace.png)
5151
In the subsequent sections, we will discuss `Environments` and `Designs` shown in the image above.
5252

5353
## Creating Environments and Associating Connections
@@ -62,11 +62,11 @@ To create an environment:
6262
1. Click **Create**.
6363
1. Enter the name of the environment and **Save**.
6464

65-
![create-environment]({{< usestatic "mastering-meshery/create-environment.png" >}})
65+
![create-environment](create-environment.png)
6666

6767
1. Once saved, the new Environment will be created and displayed on the screen.
6868

69-
![confirm-environment]({{< usestatic "mastering-meshery/confirm-environment.png" >}})
69+
![confirm-environment](confirm-environment.png)
7070

7171
Next We'll learn how to assign Connections to Environments.
7272

@@ -78,7 +78,7 @@ To add a connection to an environment:
7878

7979
1. Click on the **arrows** icon, and a modal displaying your available connections will appear.
8080

81-
![env-arrow]({{< usestatic "mastering-meshery/env-arrow.png" >}})
81+
![env-arrow](env-arrow.png)
8282

8383
1. **Available Connections** shows a list of Kubernetes clusters that are currently managed by Meshery.
8484
1. Select the connection(s) you want to assign.
@@ -89,11 +89,11 @@ To add a connection to an environment:
8989
* The fourth arrow removes all connections.
9090
1. Click **Save** to confirm your changes.
9191

92-
![env-connect]({{< usestatic "mastering-meshery/env-connect.png" >}})
92+
![env-connect](env-connect.png)
9393

9494
1. The Connections have now been assigned to the Environment.
9595

96-
![meshery-env]({{< usestatic "mastering-meshery/meshery-env.png" >}})
96+
![meshery-env](meshery-env.png)
9797

9898
### Navigating the Connections Page
9999

@@ -107,17 +107,17 @@ On the Connections page, you can easily add a Kubernetes cluster connection. To
107107

108108
1. Click the **Add Cluster** button to get started.
109109

110-
![add-cluster]({{< usestatic "mastering-meshery/add-cluster.png" >}})
110+
![add-cluster](add-cluster.png)
111111

112112
1. When the modal appears, navigate to the location of your kubeconfig file and upload it to add your cluster as a connection.
113113

114-
![upload-kubeconfig]({{< usestatic "mastering-meshery/upload-kubeconfig.png" >}})
114+
![upload-kubeconfig](upload-kubeconfig.png)
115115

116116
1. After uploading the kubeconfig file, the modal should indicate that your cluster has been successfully added as a connection.
117117

118118
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.
119119

120-
![invalid-kubeconfig]({{< usestatic "mastering-meshery/invalid-kubeconfig.png" >}})
120+
![invalid-kubeconfig](invalid-kubeconfig.png)
121121

122122
#### Viewing Cluster Connection Details
123123

@@ -128,7 +128,7 @@ Each connection has key details associated with it such as:
128128
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.
129129
This ensures that MeshSync's data is refreshed and accurately reflects the current state of your cluster's infrastructure and resources.
130130

131-
![connection-list]({{< usestatic "mastering-meshery/connection-list.png" >}})
131+
![connection-list](connection-list.png)
132132

133133
## Integrating Workspaces with Environments and Designs
134134

@@ -141,17 +141,17 @@ Integrating designs with Workspaces enables effective collaboration and sharing
141141
1. Navigate to **Workspaces** under **Lifecycle**.
142142
1. In the image below, there are two **arrows** for associating `Environments` and `Designs` to Workspaces, respectively.
143143

144-
![environments-designs]({{< usestatic "mastering-meshery/environments-designs.png" >}})
144+
![environments-designs](environments-designs.png)
145145

146146
1. Click the appropriate arrow to assign the selected Environments(or Designs) and **Save**.
147147

148-
![associate-with-]({{< usestatic "mastering-meshery/associate-with-workspace.png" >}})
148+
![associate-with-](associate-with-workspace.png)
149149

150150
#### Confirm Workspace Association
151151

152152
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.
153153

154-
![confirm-associated-workspace]({{< usestatic "mastering-meshery/confirm-associated-workspace.png" >}})
154+
![confirm-associated-workspace](confirm-associated-workspace.png)
155155

156156
## Conclusion
157157

0 commit comments

Comments
 (0)