tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

DevOps Tutorials

Results 54 tutorials issues
Sort by recently updated
recently updated
newest added

Followed the steps in tutorial,configured HPA to query http_requests_per_second HPA shows : ---- ------ ---- ---- ------- Warning FailedGetPodsMetric 33s (x1936 over 18h) horizontal-pod-autoscaler unable to get metric http_requests_per_second: unable...

This will fix the cluster-autoscaler on eks version v1.22.2

Great Tutorials. On [Native EKS Ingress: AWS Load Balancer Controller -112](https://www.youtube.com/watch?v=ZfjpWOC5eoE), I get the following error when deploying the ingress: ``` Error from server (InternalError): error when creating "deployments/canary/ingress.yaml": Internal...

Hello, I have an issue with k8s-single-runner. this pod is not dying after build done. Container docker:dind is in running state after summerwind/actions-runner:latest is in complete state. logs: ``` $...

I am trying to use this url for implementation https://github.com/antonputra/tutorials/tree/main/lessons/079 if we use the secret from secret manager from AWS as env variable we need to implement the CRD secretproviderclasses.secrets-store.csi...

Thanks for making it very easy for me to learn how to deploy the AKs using Terraform and how to use workload identity. I am quite new using terraform. I...

cordially notifying, the minio.tf file is empty https://github.com/antonputra/tutorials/blob/main/lessons/180/terraform/4-minio.tf thanks for the content

I have the following error because my policies do not allow me to use OpenIDConnectProvider. Is there an alternative? Error: creating IAM OIDC Provider: AccessDenied: User: arn:aws:sts::XXXXXX:assumed-role/AWSReservedSSO_PowerUserAccess_7cXXXX0/[email protected] is not authorized...

avoid Errors on new AWS Ubuntu AMIs, need to update_cache like sudo apt update before trying to install Nginx, if not it won't the find its package in apt,.... Thanks...