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: source/kubernetes/index.html.md
+17-19Lines changed: 17 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,59 +8,57 @@ layout: multipage_layout
8
8
9
9
The GOV.UK Internal Developer Platform is a centralised platform where teams can build, deploy, and manage applications in a reliable and secure environment.
10
10
11
-
This documentation is designed for both platform users and internal team members, providing guides, tools, and best practices to onboard, manage, and troubleshoot your applications effectively.
11
+
This documentation is for both platform users and internal team members. It provides guides, tools, and best practices to help onboard, manage, and troubleshoot applications efficiently.
12
12
13
-
## Who is this for?
13
+
## Who this guide is for
14
14
15
15
This documentation is for:
16
16
17
-
- Developers, engineers, and stakeholders deploying and managing applications on the platform.
18
-
19
-
- Platform engineers and administrators responsible for maintaining and extending the platform.
17
+
-**Developers and engineers**: Deploying and managing applications on the platform.
18
+
-**Platform engineers and administrators**: Maintaining and extending the platform.
20
19
21
20
## User Guide
22
21
23
-
This section is specifically for application developers using the platform. The platform is designed to reduce cognitive load for developers by abstracting away infrastructure complexity and providing tools, guides, and automated workflows.
22
+
This section is for application developers using the platform. The platform reduces cognitive load by abstracting infrastructure complexity and providing tools, guides, and automated workflows.
24
23
25
-
If there’s something missing, please either let us know and we’ll add a new article, or if you’re comfortable writing one yourself, PRs will be gratefully received.
24
+
If something is missing, let us know, and we’ll add an article. If you're comfortable contributing, pull requests (PRs) are welcome.
26
25
27
26
### Getting Started
28
27
29
-
-[Gain access to a platform EKS Cluster](../../kubernetes/get-started/access-eks-cluster/index.html)
28
+
-[Gain access to a platform EKS cluster](../../kubernetes/get-started/access-eks-cluster/index.html)
30
29
-[Set up the recommended tools](../../kubernetes/get-started/set-up-tools/index.html)
31
30
-[Understand how the platform works](../../kubernetes/how-platform-works/index.html)
32
31
33
32
### Tutorials
34
33
35
34
-[Create a new application](../../kubernetes/create-app/index.html)
36
-
-[Update an application's environment in our Helm charts](../../kubernetes/get-started/tutorials/app-config-deploy-helm-chart/index.html)
35
+
-[Update an application's environment in Helm charts](../../kubernetes/get-started/tutorials/app-config-deploy-helm-chart/index.html)
37
36
-[Update, deploy, and monitor an application](../../kubernetes/get-started/tutorials/app-update-deploy-monitor-logs/index.html)
38
-
-[Set or change an environment variable in your application](../../kubernetes/manage-app/set-env-var/index.html)
37
+
-[Set or change an environment variable](../../kubernetes/manage-app/set-env-var/index.html)
39
38
-[Add secrets to your application](../../kubernetes/manage-app/manage-secrets/index.html)
40
39
-[Horizontally and vertically scale your application](../../kubernetes/manage-app/scale-app/index.html)
41
-
-[Rolling Back Applications](../../kubernetes/manage-app/roll-back-app/index.html)
42
-
-[Fix your application when something's gone wrong](../../kubernetes/fix-app/index.html)
43
-
-[View your application and inspect Kubernetes via the command-line](../../kubernetes/manage-app/get-app-info/index.html)
44
-
-[Troubleshoot your failed deployment](../../kubernetes/manage-app/manage-state/index.html)
40
+
-[Roll back applications](../../kubernetes/manage-app/roll-back-app/index.html)
41
+
-[Fix your application when something goes wrong](../../kubernetes/fix-app/index.html)
42
+
-[View your application and inspect Kubernetes using the commandline](../../kubernetes/manage-app/get-app-info/index.html)
0 commit comments