Join CTO Andrei Petrescu for an immersive Kubernetes workshop at Voxxed Days Bucharest. This hands-on session is perfect for developers, DevOps engineers, and cloud-native enthusiasts looking to enhance their skills in deployment techniques and troubleshooting.
Tag Archives: kubernetes
Application Modernization with Kubernetes
Modernizing applications with Kubernetes (and containers) can provide several benefits: Overall, modernizing applications with Kubernetes can help organizations improve the performance, scalability, security, and maintainability of their applications while also reducing costs and enabling them to take advantage of new technologies and best practices. Not sure where to begin? Have a look at our LiftContinue reading “Application Modernization with Kubernetes”
CloudHero Recognized as CEE Rising Star Award Winner
Bucharest, Romania – December, 1st, 2022 – Amazon Web Services today announced the 2022 EMEA AWS Partner Award winners, recognizing leading AWS Partners in EMEA playing a key role helping customers drive innovation and build solutions on the AWS Cloud. The AWS Partner Awards recognize a wide range of born-in-the cloud, and traditional AWS ConsultingContinue reading “CloudHero Recognized as CEE Rising Star Award Winner”
CloudHero Achieves the AWS Service Delivery Designation for Amazon EKS
– CloudHero, a DevOps Consultancy and Professional Services Company, announced today that it has achieved the Amazon Web Service (AWS) Service Delivery designation for Amazon Elastic Kubernetes Service (Amazon EKS), recognizing that CloudHero has proven success in helping customers architect, deploy, and operate containerized workloads on top of Amazon Kubernetes
VIDEO: ISTIO SERVICE MESH WORKSHOP
Andrei Petrescu, Head of DevOps at CloudHero, has spent hundreds of hours implementing, debugging, and tuning Istio. This video is a workshop he presented at Cloud Native Bucharest on the 29th of September 2022. Watch the video below (available only in Romanian) and learn how to:
VIDEO – Vibes at the AWS Roadshow
Here’s a short overview of our first #AWSRoadshow. Great people , awesome partners and delicious beer . Looking forward for the next one and hope you’ll join us!
VIDEO – AWS RoadShow Presentation
This video is a recording of the Tech Panel on “How to leverage AWS cloud-native technologies” at the Bucharest AWS Roadshow, powered by CloudHero on May 25th 2022. Learn more about the speakers Alex Bumbacea Software Engineer at Freshful by eMAG Vitalie Robu Backend Software Architect at Eturia Eduard Panfile Development Team Lead at Eturia
Kubernetes: Evenly Distribution of Pods Across Cluster Nodes
Managing Pods distribution across a cluster is hard. Pod affinity and anti-affinity feature of Kubernetes allows some control of Pod placement. However, these features only resolve part of Pods distribution use cases. There is a common need to distribute the Pods evenly across the cluster for high availability and efficient cluster resource utilization. As such, PodTopologySpread schedulingContinue reading “Kubernetes: Evenly Distribution of Pods Across Cluster Nodes”
Cloud-Native Workshops for Early Stage Startups
A short while ago, we accepted the invitation to host a hands-on infrastructure workshop for Innovation Labs. This is an innovation program dedicated to emerging Romanian entrepreneurs that wish to turn their startup ideas into MVPs.
Simple Development Environment with Vagrant and MicroK8S
The key to success in any application development lifecycle is to have as little discrepancies as possible between environments. Luckily, Kubernetes and Docker give you the necessary tools to achieve environment uniformization. Nonetheless, it was always challenging to create development environments that would work on any operating system, be it Linux, Windows, or MacOS. This short article will guide you through all the necessary steps to create your own development environment with Vagrant and MicroK8S on your laptop or PC.