<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/spacelift/best-of/2025/08" -->

---
title: Best Spacelift posts — August 2025 | daily.dev
description: The most upvoted Spacelift posts from August 2025, curated by the daily.dev community.
canonical: https://daily.dev/sources/spacelift/best-of/2025/08
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/spacelift/best-of/2025/08
og:type: website
og:site_name: daily.dev
og:title: Best Spacelift posts — August 2025 | daily.dev
og:description: The most upvoted Spacelift posts from August 2025, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of Spacelift — August 2025

1. 1  
[](https://daily.dev/posts/5-methods-to-keep-docker-container-running-for-debugging-zxcg0kq5c "5 Methods to Keep Docker Container Running for Debugging")  
Article  
![Avatar of spacelift](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/422b4004f7b24dc988e5720eca3accfc)Spacelift · 1y  
5 Methods to Keep Docker Container Running for Debugging  
Docker containers stop when their foreground process terminates, making debugging challenging. Five methods can keep containers running for debugging: overriding commands with interactive shells, using 'tail -f /dev/null', using 'sleep infinity', committing container state to new images, and wrapping entrypoints with custom scripts. Additional debugging practices include checking container logs and exit codes, using shell sessions to investigate environments, implementing monitoring systems, and considering process managers like supervisord for advanced scenarios.  
15
2. 2  
[](https://daily.dev/posts/12-biggest-devops-challenges-in-2025-and-how-to-fix-them--kuohuwfgs "12 Biggest DevOps Challenges in 2025 (and How to Fix Them)")  
Article  
![Avatar of spacelift](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/422b4004f7b24dc988e5720eca3accfc)Spacelift · 1y  
12 Biggest DevOps Challenges in 2025 (and How to Fix Them)  
DevOps teams in 2025 face 12 major challenges including cultural resistance, security vulnerabilities, tool selection paralysis, developer access barriers, poor visibility, governance difficulties, cost overruns, CI/CD performance issues, scalability problems, metric selection confusion, skill shortages, and over-focusing on tools rather than people. Solutions include clear communication for cultural change, implementing DevSecOps practices, structured tool evaluation processes, building internal developer platforms, comprehensive monitoring strategies, policy-as-code governance, centralized cost tracking, pipeline optimization, scalability planning, focusing on DORA metrics, continuous upskilling programs, and maintaining a people-first approach to DevOps implementation.  
14
3. 3  
[](https://daily.dev/posts/kubernetes-observability-pillars-tools-best-practices-cxgpasfax "Kubernetes Observability: Pillars, Tools & Best Practices")  
Article  
![Avatar of spacelift](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/422b4004f7b24dc988e5720eca3accfc)Spacelift · 1y  
Kubernetes Observability: Pillars, Tools & Best Practices  
Kubernetes observability involves collecting metrics, logs, and traces to understand cluster internal state and performance. The three pillars include metrics for quantitative data, logs for timestamped events, and traces for request paths through microservices. Key tools include Metrics-Server for basic monitoring, Kube-Prometheus-Stack for comprehensive metrics and visualization, ELK stack for log management, and OpenTelemetry for distributed tracing. Implementation challenges include managing multiple data types, monitoring dynamic resources, handling large data volumes, and preventing data silos. Best practices emphasize setting up alerts, consistent resource labeling, application instrumentation, selective data collection, and compliance alignment.  
12

[See all Spacelift archives](/sources/spacelift/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/sources/spacelift/best-of/2025/08#page","url":"https://daily.dev/sources/spacelift/best-of/2025/08","name":"Best Spacelift Posts — August 2025","description":"The most upvoted Spacelift posts from August 2025, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/spacelift/best-of/2025/08#items","numberOfItems":3,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/5-methods-to-keep-docker-container-running-for-debugging-zxcg0kq5c","name":"5 Methods to Keep Docker Container Running for Debugging"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/12-biggest-devops-challenges-in-2025-and-how-to-fix-them--kuohuwfgs","name":"12 Biggest DevOps Challenges in 2025 (and How to Fix Them)"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/kubernetes-observability-pillars-tools-best-practices-cxgpasfax","name":"Kubernetes Observability: Pillars, Tools & Best Practices"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"Spacelift","item":"https://daily.dev/sources/spacelift"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/spacelift/best-of"},{"@type":"ListItem","position":5,"name":"August 2025"}]}]}
```

