Skip to content

Commit

Permalink
Create basic outline for Kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHelmuth committed Jul 12, 2023
1 parent c2b353b commit b0fccd7
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 2 deletions.
16 changes: 16 additions & 0 deletions content/en/docs/kubernetes/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: OpenTelemetry with Kubernetes
linkTitle: Kubernetes
weight: 11
description: Using OpenTelemetry with Kubernetes
spelling: cSpell:ignore Otel
aliases: [/docs/kubernetes]
---

## Introduction

[Kubernetes](https://kubernetes.io/) is an open-source system for automating
deployment, scaling, and management of containerized applications. It has become
a widely-adopted, industry tool, leading to an increased need for observability
tooling. In response, OpenTelemetry has created many different tools to help
Kubernetes users observe their clusters and services.
7 changes: 7 additions & 0 deletions content/en/docs/kubernetes/collector.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: OpenTelemetry Collector and Kubernetes
weight: 4
spelling: cSpell:ignore Otel
---

Coming Soon!
7 changes: 7 additions & 0 deletions content/en/docs/kubernetes/getting-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Getting Started
spelling: cSpell:ignore Otel
weight: 1
---

Coming Soon!
7 changes: 7 additions & 0 deletions content/en/docs/kubernetes/helm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: OpenTelemetry Helm Charts
weight: 3
spelling: cSpell:ignore Otel
---

Coming Soon!
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: OpenTelemetry Operator for Kubernetes
linkTitle: K8s Operator
weight: 11
weight: 2
description:
An implementation of a Kubernetes Operator, that manages collectors and
auto-instrumentation of the workload using OpenTelemetry instrumentation
libraries.
spelling: cSpell:ignore Otel
aliases: [/docs/operator]
aliases: [/docs/kubernetes/operator]
---

## Introduction
Expand Down
File renamed without changes.
9 changes: 9 additions & 0 deletions content/en/docs/kubernetes/k8s-operator/target-allocator.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Target Allocator
weight: 11
description:
A tool to distribute targets of the PrometheusReceiver on all deployed
Collector instances
---

Coming Soon!

0 comments on commit b0fccd7

Please sign in to comment.