kubernetes

Recursos de programación de kubernetes
#Kubernetes ha anunciado que deja de dar soporte a #Docker a partir de su versión 1.20. En este directo contamos con José Armesto (Ingeniero en Giant Swarm) para que nos explique qué implica esto. Bajaremos al terreno enseñando ejemplos concretos de qué cosas cambian y qué no a nivel de entorno de desarrollos y entornos de producción 🔗 Links relacionados ├ 📄 Anuncio kubernetes deja de soportar Docker: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.20.md #deprecation ├ 🐳 Curso de Docker: https://pro.codely.tv/library/docker-de-0-a-deployment └ ⛵ Curso Kubernetes para desarrolladores: https://pro.codely.tv/library/kubernetes-para-desarrolladores {▶️} CodelyTV ├ 🎥 Suscríbete: https://youtube.com/c/CodelyTV?sub_confirmation=1 ├ 🐦 Twitter CodelyTV: https://twitter.com/CodelyTV ├ 🐙 Twitter Armesto: https://twitter.com/fiunchinho ├ 🧔🏻 Twitter Javi: https://twitter.com/JavierCane ├ 💂🏼 Twitter Rafa: https://twitter.com/rafaoe ├ 📸 Instagram: https://instagram.com/CodelyTV ├ ℹ️ LinkedIn: https://linkedin.com/company/codelytv ├ 🟦 Facebook: https://facebook.com/CodelyTV └ 📕 Catálogo cursos: https://bit.ly/cursos-codely
   These are the best podcast/talks I've seen/listen to recently: Cadence: Uber’s Workflow Engine with Maxim Fateev (Maxim Fateev) [Architecture, Scalability] Interesting podcast about cadence, an scalable workflow engine. O11ycast - Ep. #12, Speed of Deployment with Rich Archbold of Intercom (Rich Archbold) [Continuous Delivery, Devops, Engineering Culture, Platform, Technical Practices] In episode 12 of O11ycast, Charity Majors and Liz Fong-Jones speak with Rich Archbold of...
Quarkus, tan rápido que si parpadeas, ¡te lo pierdes! En esta sesión vas a experimentar su velocidad creando desde cero una aplicación basada en Quarkus, explorando múltiples opciones de empaquetado y supervitaminándola hasta desplegarla como una aplicación Serverless corriendo en OpenShift. ¿Quiénes son los ponentes? Luis Arizmendi, Solution Architect especializado en Openshift, Red Hat. Carlos Vicens, Specialist Solution Architect, Red Hat Mobile.
“Containers are the new ZIP format to distribute software” is a fitting description of today’s development world. However, it is not always that easy and this talk highlights the development of a container strategy for datastores over time: Docker images: A new distribution model. Docker Compose: Local demos and a little more. Helm Chart: Going from demo to production. Kubernetes Operator: Full control with upgrades, scaling,… Besides the strategy we are also discussing specific technical details and hurdles that appeared during the development. Or why the future will be a combination of Helm Chart and Operator (for now). Session presented at Big Things Conference 2020 by PHILIPP KRENN Developer at Elastic 18th November 2020 Home Edition Do you want to know more? https://www.bigthingsconference.com/
Los operadores son extensiones de Kubernetes que simplifican su instalación y la administración de aplicaciones aprovechando los recursos personalizados del administrador de aplicaciones. El operador de Kubernetes intenta emular el papel de un operador humano, utilizando el conocimiento en profundidad de la aplicación para instalarla, operarla y depurarla. Los operadores de Kubernetes buscan automatizar estas tareas y facilitar todo el ciclo de vida de la aplicación. En esta charla, explicaremos cómo utilizamos los operadores de Kubernetes en OVHcloud y cómo nos ayudan a operar nuestro servicio de Kubernetes administrados a escala. Ilustraremos las conversaciones con tres ejemplos concretos: Harbor Operator, LoadBalancing Operator y nuestro operador NodePool entrante
A la hora de implementar nuestras aplicaciones tenemos que tomar muchas decisiones de diseño, entre ellas en qué plataforma se ejecutarán. En este episodio hablamos de Kubernetes y de Cloud Run como alternativas indicando ventajas, desventajas y algún secreto más. Intervienen Andrés Navidad, Ángel López Fernández y Tomás Calleja, miembros del equipo de Goodly en Paradigma. ¿Quieres saber más? https://www.paradigmadigital.com/ ¿Quieres saber cuáles son los próximos eventos que organizamos?: https://www.paradigmadigital.com/eventos/ Suscríbete a nuestro canal https://www.youtube.com/user/ParadigmaTe?sub_confirmation=1
Cloud Native is the modern architecture for the next 20 years of application development. Open Source technologies combined with Cloud have defined a new platform allowing developers to rapidly build and operate high scale applications. We will discuss the key role Kubernetes plays in this platform and the work underway to align 12-factor applications and serverless functions with Kubernetes through the Knative project. We will also talk about service meshes with Istio and how developers need to think differently about continuous delivery, the development process and application architectures. Language: English About: Michael Behrendt, Distinguished Engineer, IBM: Michael is a Distinguished Engineer, Serverless / FaaS & IBM Cloud Functions Chief Architect for IBM.
In this live coding session, we'll create a secure cluster to deploy our apps safely. As in the popular game Tower Defense, we'll build lines of defense based on Pod Security Policies, Network Policies, and Webhooks to achieve the highest level of Defense In Depth approach. About: Javier Provecho Fernandez, Platform Engineer - Telefonica Javier Provecho works at Telefónica, at the core of the 4th Platform, and engage with the community as a Google Developer Expert (Cloud GDE) and open source maintainer. He is passionate about new technologies and methodologies around the CNCF.
Ellen spoke with us about the challenges of AI for newbies, most common frameworks currently available to implement and train neural networks and advice for someone who would like to become a developer and more... About: Ellen Körbes, Developer Relations - Garden Ellen’s a developer advocate at Garden, and also an avid gopher—responsible for the most comprehensive Go course in Portuguese. They first got acquainted with Kubernetes while writing code for kubectl, in a SIG-CLI internship. They've spoken at world-famous events, and at countless local meet-ups. Ellen is a proud recipient of a 'Best Hair' award.
"The purpose of a platform team is to enable stream-aligned teams to deliver work with substantial autonomy. The stream-aligned team maintains full ownership of building, running, and fixing their application in production. The platform team provides internal services to reduce the cognitive load that would be required from stream-aligned teams to develop these underlying services."Team Topologies The last year I have been leading the Platform Team in a startup during the scale phase. First...