Log in

goodpods headphones icon

To access all our features

Open the Goodpods app
Close icon
headphones
ventx DevOps und Cloud

ventx DevOps und Cloud

ventx GmbH

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

All episodes

Best episodes

Seasons

Top 10 ventx DevOps und Cloud Episodes

Goodpods has curated a list of the 10 best ventx DevOps und Cloud episodes, ranked by the number of listens and likes each episode have garnered from our listeners. If you are listening to ventx DevOps und Cloud for the first time, there's no better place to start than with one of these standout episodes. If you are a fan of the show, vote for your favorite ventx DevOps und Cloud episode by adding your comments to the episode page.

ventx DevOps und Cloud - ventx Podcast #3 - AWS CDK

ventx Podcast #3 - AWS CDK

ventx DevOps und Cloud

play

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]

bookmark
plus icon
share episode
Chaos Tests in K8s Part II

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:
bookmark
plus icon
share episode

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

bookmark
plus icon
share episode
ventx DevOps und Cloud - ventx Podcast #2

ventx Podcast #2

ventx DevOps und Cloud

play

03/11/22 • 27 min

Themen

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/

bookmark
plus icon
share episode

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]

bookmark
plus icon
share episode
ventx DevOps und Cloud - ventx Podcast #1

ventx Podcast #1

ventx DevOps und Cloud

play

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

bookmark
plus icon
share episode

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/

bookmark
plus icon
share episode
ventx DevOps und Cloud - ventx Podcast #4 - K8s Monitoring mit dem Grafana LGTM Stack
play

09/02/22 • 43 min

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

bookmark
plus icon
share episode

Show more best episodes

Toggle view more icon

FAQ

How many episodes does ventx DevOps und Cloud have?

ventx DevOps und Cloud currently has 8 episodes available.

What topics does ventx DevOps und Cloud cover?

The podcast is about Cloud, Security, Tech, Aws, Devops, Kubernetes, Podcasts, Technology and Iot.

What is the most popular episode on 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.

What is the average episode length on ventx DevOps und Cloud?

The average episode length on ventx DevOps und Cloud is 30 minutes.

How often are episodes of ventx DevOps und Cloud released?

Episodes of ventx DevOps und Cloud are typically released every 50 days, 23 hours.

When was the first episode of ventx DevOps und Cloud?

The first episode of ventx DevOps und Cloud was released on Feb 15, 2022.

Show more FAQ

Toggle view more icon

Comments