fargate
Posts tagged with fargate
- Get started with Fargate on AWS: HTTPS Ingress Monday, August 8, 2022
We recently made the switch from GKE to EKS. While both use Kubernetes under the hood, the experience is vastly different. GKE offers more visual interface guidance while Amazon seems to provide more documentation resources like their new video show ‘containers from the couch’. One of the first challenges you’ll come across with either platform is the experience of linking your domain to your k8s cluster. Ideally, you don’t want to deal with any certificates and SSL traffic yourself, and in theory, there’s always a fully hosted solution by your cloud provider. In reality, you might struggle with load balancers on either the network or the application layer, you might have difficulties getting any higher-level protocols like HTTP2 and WebSockets to work, and getting the cloud provider to ac