Skip to content

Commit d2e40bc

Browse files
committed
Updating MKS Recommended External Resources guide
1 parent 034d44e commit d2e40bc

File tree

2 files changed

+14
-28
lines changed
  • pages

2 files changed

+14
-28
lines changed

pages/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@
930930
+ [Exposed APIs, Kubernetes configuration and Feature gates](public_cloud/containers_orchestration/managed_kubernetes/exposed-apis)
931931
+ [Known limits](public_cloud/containers_orchestration/managed_kubernetes/known-limits)
932932
+ [Managed Kubernetes objects (services, deployments, pods...)](public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects)
933-
+ [Recommended external resources](public_cloud/containers_orchestration/managed_kubernetes/recommended-external-resources)
933+
+ [Recommended external resources for Kubernetes](public_cloud/containers_orchestration/managed_kubernetes/recommended-external-resources)
934934
+ [Kubernetes Plugins (CNI, CRI, CSI...) & softwares versions and reserved resources](public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources)
935935
+ [Operators](public-cloud-containers-orchestration-managed-kubernetes-k8s-operators)
936936
+ [Deploying a Kubernetes Operator based on Helm on OVHcloud Managed Kubernetes](public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator)

pages/public_cloud/containers_orchestration/managed_kubernetes/recommended-external-resources/guide.en-gb.md

Lines changed: 13 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,27 @@
11
---
2-
title: Recommended external resources
2+
title: Recommended external resources for Kubernetes
33
excerpt: ''
4-
updated: 2019-07-01
4+
updated: 2025-01-27
55
---
6-
7-
<style>
8-
pre {
9-
font-size: 14px;
10-
}
11-
pre.console {
12-
background-color: #300A24;
13-
color: #ccc;
14-
font-family: monospace;
15-
padding: 5px;
16-
margin-bottom: 5px;
17-
}
18-
pre.console code {
19-
border: solid 0px transparent;
20-
font-family: monospace !important;
21-
font-size: 0.75em;
22-
color: #ccc;
23-
}
24-
.small {
25-
font-size: 0.75em;
26-
}
27-
</style>
28-
29-
# Recommended external resources
6+
# Recommended external resources for Kubernetes
307

318
We list here some external resources that can help you to go further with Kubernetes.
329

3310
## Official Kubernetes sites
3411

3512
- [Kubernetes.io](https://kubernetes.io/){.external}
36-
- [@kubernetesio Twitter account](https://twitter.com/kubernetesio){.external}
13+
- [Kubernetes Documentation](https://kubernetes.io/docs/home/){.external}
14+
- [Kubernetes Community](https://kubernetes.io/community/){.external}
15+
- [@kubernetesio X account](https://x.com/kubernetesio){.external}
3716
- [GitHub project](https://github.com/kubernetes/kubernetes){.external}
3817

18+
## CNCF Projects sites related to Kubernetes
19+
20+
- [Helm](https://helm.sh/){.external}
21+
- [Istio](https://istio.io/){.external}
22+
- [Argo](https://argoproj.github.io/){.external}
23+
- [Fluentd](https://www.fluentd.org/){.external}
24+
3925
## Community sites
4026

4127
- [OVHcloud Discord channel](https://discord.gg/ovhcloud)

0 commit comments

Comments
 (0)