Kubernetes may be a better fit for organizations that need more control and flexibility, while AWS Fargate may be a better option for organizations that want a more managed and scalable solution.
kubernetes
The connection to the server localhost:8080 was refused – did you specify the right host or port?
Locally run kubernetes requires to set proper context to access the cluster.
Helm upgrade and Kubernetes related issues
How to fix issues related to Helm chart deployment to Kubernetes
How to create azure service connection to connect to kubernetes
For an Azure RBAC enabled cluster, a ServiceAccount gets created in the chosen namespace along with RoleBinding object, so that the created ServiceAccount can do actions only on the chosen namespace.
Docker for Windows stuck at “Kubernetes is Starting”
Resolving issue related to Docker desktop and Kubernetes could be tricky but most of the time the logs will be handy to find the cause and then finding the fix for it.
How to Delete a Pod from Kubernetes Node to schedule it on another Node
You can easily delete pods running on one Node and start them on another Node using codon feature.
How to wait for till Kubernetes persistentvolumeclaim is Bound and pod is in Ready state
Parse the json output of the kubernetes object and apply wait condition on status.
Using Traefik for SSL passthrough (using TCP) on Kubernetes Cluster
Traefik running in kubernetes cluster can be configured to forward the request “as is” without terminating the TLS connection. It allows to setup SSL passthrough using IngressRouteTCP object (TCP routing) which is based on TCP router concept.
How to find the current CPU and Memory usage of all the pods in kubernetes cluster
The kubelet acts as a bridge between the Kubernetes master and the nodes, managing the pods and containers running on a machine. The kubelet translates each pod into its constituent containers and fetches individual container usage statistics from the container runtime through the container runtime interface. The kubelet fetches this information from the integrated cAdvisor for the legacy Docker integration. It then exposes the aggregated pod resource usage statistics through the metrics-server Resource Metrics API.
Set up Fluent Bit as a DaemonSet to send logs to S3 bucket
The Amazon S3 output plugin allows you to ingest your records into the S3 cloud object store. The plugin can upload data to S3 using the multipart upload API or using S3 PutObject.