Read Python Weekly
Python Weekly Newsletter, Pydo. Curated Python news, tutorials, tools and more!
Join thousands of other readers, 100% free, unsubscribe anytime.
Join us
Python Weekly Newsletter, Pydo. Curated Python news, tutorials, tools and more!
Join thousands of other readers, 100% free, unsubscribe anytime.
This overview lists and describes Open Source tools for Kubernetes administrators interested in leveraging AI for their everyday needs. They include K8sGPT (a CNCF project), Kubernetes ChatGPT bot by Robusta, kube-copilot, and a few kubectl plugins (such as kubectl-ai and kubectl-gpt).Learn about th..
How to debug and solve user-specific issues using Lightrun in your IDE in real-time and without redeploying.
Serverless is pretty cool but native debugging has always been a burden for developers. In this article, I looked into a tool which makes it possible to debug AWS Lambda functions written in Node.js and Python runtimes live in production. To give just a bit more context, this VSCode plugin allows you to put a breakpoint in your Lambda code and get the stack trace without adding an overhead or breaking the full flow of the application.