8 avsnitt

In unserem Podcast sprechen wir über DevOps, Cloud, Kubernetes und alles was in dem Bereich sonst so passiert. From Munich 🥨🇩🇪 with ❤️

ventx DevOps und Cloud ventx GmbH

    • Teknologi

In unserem Podcast sprechen wir über DevOps, Cloud, Kubernetes und alles was in dem Bereich sonst so passiert. From Munich 🥨🇩🇪 with ❤️

    ventx Podcast #8 - Chaos Testing in k8s III, Markdown Präsentation mit Marp, AI + Terminal mit Warp

    ventx Podcast #8 - Chaos Testing in k8s III, Markdown Präsentation mit Marp, AI + Terminal mit Warp

    LitmusChaos


    Litmus chaos schedulerChaos Scheduler specsMarp
    Markdown Framework zum erstellen von Präsentationen.
    Homepage und VsCode Extension

    Warp
    Terminal mit vielen Features und KI Support
    https://www.warp.dev/

    • 30 min
    ventx Podcast #7 - Chaos Tests in k8s II, AWS CDK für EKS, ChatGPT für DevOps

    ventx Podcast #7 - Chaos Tests in k8s II, AWS CDK für EKS, ChatGPT für DevOps

    Chaos Tests in K8s Part II


    ChaosMesh (https://chaos-mesh.org/)LitmusChaos(https://litmuschaos.io/)AWS CDK für EKS


    https://docs.aws.amazon.com/cdk/api/v1/docs/aws-eks-readme.html

    ## Cluster:


    const cluster = eks.Cluster.fromClusterAttributes(this, 'MyCluster', { clusterName: 'Cluster', openIdConnectProvider: provider,kubectlRoleArn: 'arn:aws:iam::123456:role/service-role/k8sservicerole',});## Service Account


    const serviceAccount = cluster.addServiceAccount('MyServiceAccount');## Bucket


    const bucket = new s3.Bucket(this, 'Bucket');## Lese und Schreibrechte


    bucket.grantReadWrite(serviceAccount);
    ChatGPT


    https://openai.com/blog/chatgpt/


    Usecases:


    Artificial Infrastructure as Code: https://github.com/gofireflyio/aiacGPT-3 Is the Best Journal I’ve Ever Used: https://every.to/chain-of-thought/gpt-3-is-the-best-journal-you-ve-ever-usedGPT-3 as bot for Grafana Alerts: https://github.com/robusta-dev/kubernetes-chatgpt-bot

    • 39 min
    ventx Podcast #6 - AWS ReInvent und andere News. Und Chaos-Testing in K8s

    ventx Podcast #6 - AWS ReInvent und andere News. Und Chaos-Testing in K8s

    NEWS:

    AWS Lambda - Node.js 18.x
    https://aws.amazon.com/blogs/compute/node-js-18-x-runtime-now-available-in-aws-lambda/

    Aktuelle Regions von AWS
    https://aws.amazon.com/about-aws/global-infrastructure/regions_az/
    Neue Lokal Zone in Wien
    https://www.aboutamazon.de/news/amazon-in-oesterreich/erste-local-zone-in-oesterreich-aws-investiert-in-fortschritt

    Terraform Blogpost "1 Billion AWS Provider downloads":
    https://www.hashicorp.com/blog/aws-and-hashicorp-s-journey-to-1-billion-terraform-aws-provider-downloads

    EKS supports Kubernetes 1.24
    https://aws.amazon.com/blogs/containers/amazon-eks-now-supports-kubernetes-version-1-24/

    Topology Aware Hints in EKS
    https://kubernetes.io/docs/concepts/services-networking/topology-aware-hints/

    Github code Topology Aware Hints :
    https://github.com/kubernetes/kubernetes/blob/v1.24.7/pkg/controller/endpointslice/topologycache/topologycache.go#L226

    Dashboard (Karpenter):
    sum(karpenter_nodes_allocatable{resource_type="$resource_type", arch=~"$arch", capacity_type=~"$capacity_type", instance_type=~"$instance_type", provisioner=~"$provisioner", zone=~"$zone"}) by (zone)

    Flux GitOps - Signieren von OCI IMmges mit CoSign?
    https://www.cncf.io/blog/2022/11/24/verify-the-integrity-of-the-helm-charts-stored-in-oci-compliant-registries-as-oci-artifacts/

    GoldiLocks, VerticalPodAutoScaler. Kosten von Pod auslesen
    https://www.cncf.io/blog/2022/11/28/kubernetes-resource-usage-estimate-workload-cost-with-goldilocks-open-source/

    WASM in K8s
    https://www.cncf.io/blog/2022/11/17/better-together-a-kubernetes-and-wasm-case-study/

    Grafana Loki 2.7 Release Notes / Change Logs Link.
    https://grafana.com/blog/2022/12/01/grafana-loki-2.7-release/
    https://github.com/grafana/loki/releases/tag/v2.7.0

    AWS NitroEnclaves in K8s announcement:
    https://aws.amazon.com/about-aws/whats-new/2022/11/aws-nitro-enclaves-supports-amazoneks-kubernetes/

    AWS AddOns für EKS
    https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html

    AWS ReInvent Blog Link:
    https://aws.amazon.com/blogs/aws/category/events/reinvent/
    https://aws.amazon.com/blogs/aws/top-announcements-of-aws-reinvent-2022/

    AWS multiple 2FA devices:
    https://aws.amazon.com/about-aws/whats-new/2022/11/aws-identity-access-management-multi-factor-authentication-devices/

    AWS CloudWatch Logs Personal Identifyable Information:
    https://aws.amazon.com/blogs/aws/protect-sensitive-data-with-amazon-cloudwatch-logs/

    Chaos Testing / Monkey Testing:
    * ChaosMesh  (https://chaos-mesh.org/)
    * Litmus (https://litmuschaos.io/)

    Blog von Martin Fowler: "Using the cloud to scale Etsy"
    https://martinfowler.com/articles/bottlenecks-of-scaleups/etsy-cloud-scale.html

    Feedback gerne an podcast@ventx.de

    • 30 min
    ventx Podcast #5 - Terraform 1.3, Jetbrains Space Public Preview, EKS Inter-AZ traffic

    ventx Podcast #5 - Terraform 1.3, Jetbrains Space Public Preview, EKS Inter-AZ traffic

    Terraform 1.3 Release Notes
    optionale Objekt-Attribute mit Default werten verbesserter move block für refactorings https://github.com/hashicorp/terraform/releases/tag/v1.3.0

    JetBrains Fleet Public Preview 
    alle Programmiersprachen bietet einen Editor Mode und einen Smart Mode kann getrennt vom Backend betrieben werden (in Kombination mit Jetbrains Space) noch keine VIM Emulation https://blog.jetbrains.com/fleet/2022/10/introducing-the-fleet-public-preview/

    Analyze EKS Inter-AZ Pod-to-Pod traffic
    Aufgrund vieler Supportanfragen zur Analyse von inter AZ Traffic bei Kubernetes hat AWS einen Blogpost zu dem Thema erstellt:
    Analyze EKS Inter-AZ Pod-to-Pod traffic 

    • 19 min
    ventx Podcast #4 - K8s Monitoring mit dem Grafana LGTM Stack

    ventx Podcast #4 - K8s Monitoring mit dem Grafana LGTM Stack

    Newsy News
    Ausgewählte News aus dem Cloud / DevOps / K8s / IT Bereich
    -AWS Cloudscape Design System


    Mimimimi und anderes
    -Istio metrics können SEHR viel traffic (-→ Kosten) verursachen
    -gzip compression mit EnvoyFiltern
    -EnvoyFilter sind einfach nur PAIN
    -Bottlerocket for EKS rockt!


    LGTM Stack
    -Prometheus Operator
    -Grafana Agent (und Grafana Agent Operator Beta)
    -Grafana Mimir
    -Grafana Tempo
    -Jaeger ist schon nice aber ElasticSearch suckt hart für Logs
    -Exemplars
    -derivedFields: Link logs -→ Traces und Traces -→ Logs
    -Hochverfügbarkeit & Skalierung

    • 43 min
    ventx Podcast #3 - AWS CDK

    ventx Podcast #3 - AWS CDK

    Im Podcast diesesmal die AWS CDK und andere CDKs (cdktf und cdk8s) als neue lösung für Infrastructure as Code.

    * vorteile gegenüber Terraform, CloudFormation oder Helm
    * wann lohnt sich CDK?
    * Erfahrungen, Tipps und Tricks
    * AWS CDK
    * CDK for Terraform
    * CDK for Terraform & AWS CDK: Technical Preview von interoperability layer
    * cdk8s
    * constructs.dev

    Wenn ihr Fragen zu dem Thema oder Themenwünsche habt, schreibt uns einfach eine Mail an podcast@ventx.de

    • 26 min

Mest populära poddar inom Teknologi

Lex Fridman Podcast
Lex Fridman
Internetpionjärerna
Tele2
Acquired
Ben Gilbert and David Rosenthal
Hard Fork
The New York Times
Elbilsveckan
Peter Esse & Christoffer Gullin
Darknet Diaries
Jack Rhysider