
ventx DevOps und Cloud
ventx GmbH
Alle Episoden
Beste Episoden
Staffeln
Top 10 ventx DevOps und Cloud Episoden
Goodpods hat eine Liste der 10 besten ventx DevOps und Cloud Episoden kuratiert, sortiert nach der Anzahl der Hörvorgänge und Likes, die jede Episode von unseren Hörern erhalten hat. Wenn du ventx DevOps und Cloud zum ersten Mal hörst, gibt es keinen besseren Ort, um zu beginnen, als mit einer dieser herausragenden Episoden. Wenn du ein Fan der Sendung bist, stimme für deine Lieblings-ventx DevOps und Cloud Episode ab, indem du deine Kommentare auf der Episodenseite hinzufügst.

ventx Podcast #3 - AWS CDK
ventx DevOps und Cloud
08/23/22 • 26 min
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 [email protected]

ventx Podcast #7 - Chaos Tests in k8s II, AWS CDK für EKS, ChatGPT für DevOps
ventx DevOps und Cloud
01/24/23 • 39 min
- ChaosMesh (https://chaos-mesh.org/)
- LitmusChaos(https://litmuschaos.io/)
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/aiac
- GPT-3 Is the Best Journal I’ve Ever Used: https://every.to/chain-of-thought/gpt-3-is-the-best-journal-you-ve-ever-used
- GPT-3 as bot for Grafana Alerts: https://github.com/robusta-dev/kubernetes-chatgpt-bot

ventx Podcast #5 - Terraform 1.3, Jetbrains Space Public Preview, EKS Inter-AZ traffic
ventx DevOps und Cloud
10/23/22 • 19 min
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

ventx Podcast #2
ventx DevOps und Cloud
03/11/22 • 27 min
Themen
- Makefile for DevOps / Kubernetes Engineers
- Loki for Logging (do NOT use ElasticSearch for LOGS DUDES!!!! it's like ass pain but even fuckin' worse!)
- GitHub Codespaces (https://github.com/features/codespaces)
- Datadog / erste Eindrücke
- https://www.cncf.io/news/2022/02/16/rcr-wireless-kubernetes-crossed-the-chasm-in-2021-survey/
- Terraform AWS Provider Version 4 Upgrade
- https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md
- Terraform Cloud Module registry (Design Configuration)
- https://cloud.redhat.com/blog/enhancing-gitops-with-the-patch-operator
Notes
https://devopstales.github.io/cloud/aws-eks-amp-monitoring/
https://helm.sh/blog/storing-charts-in-oci/
https://www.cncf.io/blog/2022/02/28/argo-security-automation-with-oss-fuzz/

ventx Podcast #6 - AWS ReInvent und andere News. Und Chaos-Testing in K8s
ventx DevOps und Cloud
12/22/22 • 30 min
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 [email protected]

ventx Podcast #1
ventx DevOps und Cloud
02/15/22 • 25 min
Themen:
* AWS Managed Prometheus
* knative versionen pain
* log4j vulnerability
* K8s optimales resource sizing goldilocks + VPA
* Docker Desktop License change
* m1 macbook als devops engineer

ventx Podcast #8 - Chaos Testing in k8s III, Markdown Präsentation mit Marp, AI + Terminal mit Warp
ventx DevOps und Cloud
03/29/23 • 30 min
LitmusChaos
Marp
Markdown Framework zum erstellen von Präsentationen.
Homepage und VsCode Extension
Warp
Terminal mit vielen Features und KI Support
https://www.warp.dev/

ventx Podcast #4 - K8s Monitoring mit dem Grafana LGTM Stack
ventx DevOps und Cloud
09/02/22 • 43 min
Newsy News
Ausgewählte News aus dem Cloud / DevOps / K8s / IT Bereich
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
-Grafana Agent (und Grafana Agent Operator Beta)
-Jaeger ist schon nice aber ElasticSearch suckt hart für Logs
-derivedFields: Link logs -→ Traces und Traces -→ Logs
-Hochverfügbarkeit & Skalierung
Mehr beste Episoden anzeigen

Mehr beste Episoden anzeigen
FAQ
Wie viele Episoden hat ventx DevOps und Cloud?
ventx DevOps und Cloud currently has 8 episodes available.
Welche Themen behandelt ventx DevOps und Cloud?
The podcast is about Cloud, Security, Tech, Aws, Devops, Kubernetes, Podcasts, Technology and Iot.
Was ist die beliebteste Episode auf ventx DevOps und Cloud?
The episode title 'ventx Podcast #8 - Chaos Testing in k8s III, Markdown Präsentation mit Marp, AI + Terminal mit Warp' is the most popular.
Was ist die durchschnittliche Episodenlänge auf ventx DevOps und Cloud?
The average episode length on ventx DevOps und Cloud is 30 minutes.
Wie oft werden Episoden von ventx DevOps und Cloud veröffentlicht?
Episodes of ventx DevOps und Cloud are typically released every 50 days, 23 hours.
Wann war die erste Episode von ventx DevOps und Cloud?
The first episode of ventx DevOps und Cloud was released on Feb 15, 2022.
Mehr FAQ anzeigen

Mehr FAQ anzeigen