Richard LiinAmbassador Labs·1 day agoIntroducing Envoy GatewayAn Envoy Proxy-based Gateway for Kubernetes — Today, we’re excited to announce Envoy Gateway to the world, in partnership with the Envoy Proxy project, Fidelity, Tetrate, and VMware. Envoy Gateway is an open source API Gateway, with an emphasis on simplicity and ease-of-use. …Envoy Proxy4 min read
Rémi VerchèreinLINKBYNET·1 day agoRequest & Limits recommendations using VPA, Goldilocks and GrafanaWhen you develop a cloud native application on Kubernetes, you always need to customize and optimize CPU and RAM usage of your deployments. If you don’t do it can lead to unpleasant situations, like not enough resources to manage a node loss, or some OOMKilled process due to some too…Kubernetes4 min read
Martin HeinzinBetter Programming·6 hours agoAutomate All the Boring Kubernetes Operations With PythonLearn how you can use Python’s Kubernetes Client library to automate all the boring Kubernetes tasks and operations — Kubernetes became a de-facto standard in recent years, and many of us — both DevOps engineers and developers alike — use it on a daily basis. Many of the tasks we perform are, however, the same, boring, and easy to automate. Often, it’s simple enough to whip up a quick…Programming7 min read
bhagyashree bhaya·23 hours agoSetting up Selenium Grid on IBM Cloud Kubernetes ClusterContinuous testing is an imperative DevOps practice and with all these tools and technologies on our plate these days we can create a robust testing pipeline. One such example can be by deploying Selenium Grid, which is a test automation framework used to test the web applications on different browsers…Ibm Cloud3 min read
Luca Pisano·13 hours agoModern File Transfer Solution on Azure — SFTPAre you thinking about a way to modernize your applications that make use of SFTP file transfers? Classic SFTP integrations leverage on a server to which they send files and a client polls at regular intervals, waiting for a file to became available for processing. This approach introduces time lags between…Sftp2 min read
Kyle Hunter·8 hours agoTop Six Kubernetes Best Practices for Fleet ManagementProvisioning a Kubernetes cluster is relatively easy. However, each new cluster is the beginning of a very long journey, and every cluster you add to your Kubernetes fleet increases management complexity. …Kubernetes6 min read
Paul Dally·13 hours agoMy Kubernetes Application Is Not Seeing ConfigMap or Secret UpdatesUnlike ConfigMaps and Secrets consumed as environment variables (which are not updated automatically and require a Pod restart), mounted ConfigMaps and Secrets are updated automatically. So why isn’t your application seeing those updates? Two reasons are most common: The ConfigMap or Secret is being used as a subPath volumeMount. These…Kubernetes2 min read
Alexander Blockinkluctl·2 days agoRethinking Kubernetes Configuration ManagementOne of the big advantages of Kubernetes is its declarative nature when it comes to deployed resources. You define what state you expect, apply it to Kubernetes and then let it figure out how to get to that state. At first, this sounds like a big win, which it actually…Kubernetes8 min read
Amaury Borges Souza·6 hours agoDeploy do Grafana no KubernetesOpa pessoal, voltando com TUDO aqui e hoje pretendo abordar um tema bem legal e que nesse momento tenho focado bastante que é o Kubernetes, a ideia do Grafana eu conto mais abaixo. Sei que existem n tutoriais na web sobre a instalação do Grafana e grande parte dos tutoriais…Observability4 min read