Welcome to the EKS Best Practices Guides. The primary goal of this project is to offer a set of best practices for day 2 operations for Amazon EKS. We elected to publish this guidance to GitHub so we could iterate quickly, provide timely and effective recommendations for variety of concerns, and easily incorporate suggestions from the broader community.
quick question about secrets, in kubernetes from the kubernetes docs we need to encode the secret in base64, in my situation I have to mount the secret in the filesystem of the pod… if you shell into it it still is encoded in base64. is that the normal behaviour ? or it should appear decoded ?
Ronabout 3 years ago
does the application need to be able to decode the secret first to use it ?
mimoabout 3 years ago
Hi Does anyone knows what might cause Kubespray to still override my system hostnames and fqdn even though i am changing everywhere the variable override_system_hostname to false?
jonjitsuabout 3 years ago
Out of all the projects such as microk8s, k3s, minikube, etc, anyone have any opinions on which is best for a linux workstation for local development? I also have the same question about a windows workstation.
Alexander Tolstikovabout 3 years ago
What are the recommended FOSS applications to track k8s costs, e.g. like kubecost, opencost with no strings attached and without artificially limited features?
jonjitsuabout 3 years ago
Anyone have any recommendations on tools that can generate diagrams/visualizations?
Andyabout 3 years ago
Are any teams out there running micro-services and long running Datascience batch jobs in the same EKS Kubernetes cluster? Just curious how you manage this. e.g. • Use spot instances for micro-services • Use non-spots for Datascience batch jobs • Or does it make sense to use something else for Datascience batch jobs like Fargate or AWS batch? 🙏