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

40 Minuten

Beschreibung

vor 1 Jahr

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/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




Kommentare (0)

Lade Inhalte...

Abonnenten

15
15
:
: