July 2023 Summaries
4 posts from Lumigo
Filter
Month:
Year:
Post Summaries
Back to Blog
The summary is as follows: The Docker + WASM Technical Preview is a project that combines the benefits of WebAssembly (WASM) and Docker to create a powerful platform for modernized web applications. WASM is a binary instruction format for a stack-based virtual machine, designed to run in modern web browsers, while Docker provides a way to package, deploy, and manage applications. The technical preview aims to explore the potential of running WASM applications inside Docker containers, offering high-performance, portability, and security features. However, there are caveats, such as compatibility issues with traditional Linux containers and security vulnerabilities in early-stage development. To get started, developers can follow a tutorial that guides them through creating a TypeScript application, building it to a WASM module, writing a Dockerfile, and running the image. The project also aims to include observability capabilities using OpenTelemetry, allowing for metrics and tracing collection from the application.
Jul 27, 2023
1,883 words in the original blog post.
The Kubernetes Community Day (KCD) Munich event brought together a diverse group of enthusiasts, CNCF ambassadors, and tech companies to celebrate the community spirit and foster collaboration. The event featured inspiring talks, workshops, and hands-on sessions on new concepts, tools, and methodologies for Kubernetes, including serverless approaches. A showcase of Lumigo's features was also presented, highlighting its versatility and potential in making development processes more efficient. Networking opportunities allowed attendees to engage with thought leaders and receive valuable feedback, furthering the development and refinement of the platform. The event emphasized the importance of community involvement and encouraged participants to get involved in shaping the future of Kubernetes.
Jul 20, 2023
1,076 words in the original blog post.
Lumigo has introduced a new feature that expands visibility into serverless and container applications by displaying the trace service endpoint, providing an additional layer of insight to help resolve issues more efficiently. This feature is part of Lumigo's mission to detect and vanquish troublesome issues in applications, equipping developers with detailed trace data. Service endpoints are visualized as digital signposts, offering glimpses into the operations of services within the application. The Explore section provides granular control and unparalleled insight into application operations, allowing developers to filter and focus on specific areas. The feature helps identify potential issues by outlining how endpoint actions occurred, making it easier to diagnose problems with services or dynamoDB calls. Predefined rules serve as automatic endpoint mapping engines, covering a wide range of endpoint types and service types.
Jul 13, 2023
808 words in the original blog post.
The text discusses the importance of health checks in containerized applications on AWS Elastic Container Service (ECS), particularly intermittent health checks that can lead to unpredictable behavior, higher costs, and performance issues. It highlights the challenges posed by these errors, including brief periods of downtime for end users and impact on scalability. The article then introduces Lumigo, a troubleshooting platform built for microservices, which provides deep insights into the behavior and performance of serverless and containerized applications. Lumigo offers features such as a comprehensive dashboard, a powerful tracer that allows tracing of application execution, real-time logs, and crash detection capabilities to help identify and resolve issues with intermittent health checks. Strategies for improving health check reliability are also discussed, including retrying health check requests, setting timeouts, and paying attention to error handling within the application.
Jul 05, 2023
1,460 words in the original blog post.