Jack RoperinITNEXT·8 hours agoKubernetes Best Practices15 Best practices with examples and tips for successful K8s management! — In this post, I will run through some best practices to use when using Kubernetes (K8s). As the most popular container orchestration system, K8s is the de-facto standard for the modern cloud engineer to get to grips with. K8s is a notoriously complex system to use and maintain, so getting…Kubernetes9 min read
wind-up-birdinスタディスト Tech Blog·15 hours agoRedashのEKS移行と機能拡張のお話こんにちは、SRE Unit の wind-up-bird です。今回は移行シリーズ第3弾ということで、 EC2 で利用していた Redash を EKS に移行+少し機能追加したので紹介したいと思います。 ちなみに、過去の移行記事はこちら。 Serverless Framework から lambroll + Terraform に移行しているお話 Ter …Redash10 min read
Ved Vasu Sharma·4 hours agoDeploying ML model (gpt2)— Django APIs & Google Kubernetes EngineDeploying ML models and managing the service has been a challenge for many Data Scientists and Engineers. It's a complex process that includes building the service, exposing APIs, choosing the right deployment infrastructure & databases, and managing the production systems. …Machine Learning5 min read
Swami K·5 hours agoWhich of the following is not a container-based alternative to Docker?Kubernetes rkt LXD Windows Server Containers Are you able to guess the answer?! Answer Kubernetes. Kubernetes is an orchestration tool that manages Docker deployments, but it isn’t a Docker substitute. Container implementation technologies such as LXD, rkt, and Windows Server Containers compete with Docker. Hit 👏 if you got it right! If you are up to it, share the reasoning behind your answer in the comments section. ✍️Docker1 min read
Sean KellyinCloudX at Fidelity·5 hours agoKconnect: A Better Way to Connect to Kubernetes ClustersAuthors include Sean Kelly and Rob Casale Kubernetes comes in many different shapes and forms across different cloud providers, and while kubectl/helm acts as a uniform way to interact with the clusters, connecting to them is another matter entirely. Depending on your company’s IDP and cloud provider, there are a…Kubernetes6 min read
Stéphane BeuretinElectro Monkeys·13 hours agoCilium, plus qu’un CNI Kubernetes grâce à eBPF avec Robin Hahling et Raphaël PinsonCilium, plus qu'un CNI Kubernetes grace a eBPF avec Robin Hahling et Raphael Pinson Edit descriptionpodcasts.audiomeans.fr Un plugin réseau est une brique cruciale au sein Kubernetes, car c’est grâce à lui qu’il est possible de créer un réseau au niveau du cluster. Depuis l’arrivée de la Container Network Interface, ou CNI pour faire court, il est très facile de brancher n’importe quel plugin qui réponde à…Kubernetes2 min read
David MorrisoninThe Airbnb Tech Blog·2 days agoDynamic Kubernetes Cluster Scaling at AirbnbAuthors: Evan Sheng, David Morrison Introduction An important part of running Airbnb’s infrastructure is ensuring our cloud spending automatically scales with demand, both up and down. Our traffic fluctuates heavily every day, and our cloud footprint should scale dynamically to support this. To support this scaling, Airbnb utilizes Kubernetes, an open…Kubernetes10 min read
Nikola Zifra·1 day agoStartup journey from Elastic Beanstalk to Kubernetes containersDear reader, if you find yourself in a situation where you are considering replacing the aging Elastic Beanstalk, which was the stack of choice for many startups a few years back using PHP/Laravel, with the newer technology stack based on Docker containers and Kubernetes (K8S) on AWS, the first thing you should be aware that it’s doable and it’s not so much time-consuming. I would advise going for the migration step. The cumulative pain of running your application in production on Elastic Beanstalk and dealing with its perks is so much bigger than efforts to migrate to a newer stack.Elastic Beanstalk6 min read
Kris Nóva·2 days agoKubernetes 1.24 on Arch Linux Outage: Understanding the dockershim deprecationTo begin I want to acknowledge the hard work that the Kubernetes community has put into the recent 1.24 release which was released to the public roughly 21 days ago (3 weeks ago). The engineers, docs team, and release team that has made this possible has worked countless hours often…Kubernetes14 min read
Abhijeet Kasurde·5 hours agoUsing Kubernetes Admission ControllersIn this article, we will use k8s Admission Controller for scanning images used in the given pod definition using trivy. Kubernetes provides users a wide variety options for container management and additional configurations to optimize the infrastructure. What is Admission Controller ? Admission controller is a piece of software that intercepts requests to the Kubernetes…Kubernetes4 min read