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: ast-on-k8s/README.md
+28-8Lines changed: 28 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,19 @@
1
1
# Running the Application Study Tool in Kubernetes
2
2
3
-
This directory contains the manifest files for running the Application Study Tool in a Kubernetes cluster
3
+
This directory contains the manifest files for running the Application Study Tool in a Kubernetes cluster.
4
+
I used Kompose (https://kompose.io/) to create the initial YAML files, but needed to make changes for this to actually work in a production-grade Kubernetes cluster:
5
+
- Added permissions
6
+
- Created the needed configmaps and secrets
4
7
5
8
To just clone this directory (./ast-on-k8s), where the Kubernetes manifest files are located, you can follow these steps:
You will also need to modify the following files, at minimum.
@@ -25,6 +28,23 @@ You will also need to modify the following files, at minimum.
25
28
26
29
Other files in this directory can also be modified for additional customization. See the original repo (https://github.com/f5devcentral/application-study-tool) for specific customization guidance.
27
30
31
+
Deploy the AST application on Kubernetes using the following command. This requires the _kubectl_ client to be installed ahead of time and configured to connect and authenticate with your Kubernetes cluster.
32
+
```
33
+
kubectl create -f .
34
+
```
35
+
36
+
To verify AST has been successfully deployed, run the following command:
0 commit comments