Giter Club home page Giter Club logo

ditd-presentation's Introduction

The Daemonset in the Details

This is the companion code for the presentation The Daemonset in the Details given at the Kubernetes Community Days (KCD) Bucharest, Romania April 2024.

Usage

To actually execute the Helm chart you will need a Kubernetes cluster and kubectl and Helm installed. Kind is a good way to do this locally.

Local Cluster Setup

You will need kind. Once installed run make create-cluster:

 ditd-presentation  % make create-cluster
kind create cluster
Creating cluster "kind" ...
 โœ“ Ensuring node image (kindest/node:v1.29.2) ๐Ÿ–ผ
 โœ“ Preparing nodes ๐Ÿ“ฆ
 โœ“ Writing configuration ๐Ÿ“œ
 โœ“ Starting control-plane ๐Ÿ•น๏ธ
 โœ“ Installing CNI ๐Ÿ”Œ
 โœ“ Installing StorageClass ๐Ÿ’พ
Set kubectl context to "kind-kind"
You can now use your cluster with:

kubectl cluster-info --context kind-kind

Not sure what to do next? ๐Ÿ˜…  Check out https://kind.sigs.k8s.io/docs/user/quick-start/

Install the OpenTelemetry Helm Repo make repos:

ditd-presentation  % make repos
helm repo add open-telemetry https://open-telemetry.github.io/opentelemetry-helm-charts

Deploy the OpenTelemetry Operator make install-local-operator:

helm upgrade --install \
        opentelemetry-operator open-telemetry/opentelemetry-operator \
        --set admissionWebhooks.certManager.enabled=false \
        --set admissionWebhooks.autoGenerateCert.enabled=true
Release "opentelemetry-operator" does not exist. Installing it now.
NAME: opentelemetry-operator
LAST DEPLOYED: Wed Apr 24 13:54:56 2024
NAMESPACE: default
STATUS: deployed
REVISION: 1
NOTES:
opentelemetry-operator has been installed. Check its status by running:
  kubectl --namespace default get pods -l "release=opentelemetry-operator"

Visit https://github.com/open-telemetry/opentelemetry-operator for instructions on how to create & configure OpenTelemetryCollector and Instrumentation custom resources by using the Operator.

You should now see the operator running:

 ditd-presentation  % kubectl get pod -n default
NAME                                     READY   STATUS    RESTARTS   AGE
opentelemetry-operator-7fb78c8fb-cc2b2   2/2     Running   0          15s

Errata

Basic Manifest Validations

kubeconform

See kubeconform

kubectl-validate

See kubectl-validate for offline/client-side validation.

ditd-presentation's People

Contributors

forestsword avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.