Define and run multi-container applications with Docker
-
Updated
Nov 4, 2020 - Python
{{ message }}
Define and run multi-container applications with Docker
Complete container management platform
This is a collection of tutorials for learning how to use Docker with various tools. Contributions welcome.
Enable Self-Service Operations: Give specific users access to your existing tools, services, and scripts
Service Fabric is a distributed systems platform for packaging, deploying, and managing stateless and stateful distributed applications and containers at large scale.
Collaborative Penetration Test and Vulnerability Management Platform
Docker container orchestration platform
The Simplest Way to Manage Your Entire Dev Infrastructure!
TheHive: a Scalable, Open Source and Free Security Incident Response Platform
System for containerized apps management. From build to scaling.
Distributed Big Data Orchestration Service
Generic templated configuration management for Kubernetes, Terraform and other things
A service for autodiscovery and configuration of applications running in containers
WE HAVE MOVED: Please join us at Azure/aks-engine!
The AKEless Build System for C#/.NET
Tween between view states with declarative zero configuration element motions for React
Microservice query language
A flexible, easy to use, automation framework allowing users to integrate their capabilities and devices to cut through the repetitive, tedious tasks slowing them down. #nsacyber
AKS Engine: Units of Kubernetes on Azure!
A microservices-based Streaming and Batch data processing in Cloud Foundry and Kubernetes
Orchestration of Docker-based, multi-host environments
Microsoft Build Accelerator
Infrastructure orchestration engine for Rancher 1.x
A command-line tool for launching Apache Spark clusters.
A framework for gradual system automation
LAIN's main repo
Describe the bug
Deploying a new job, then pulling logs via the CLI results in a panic (SIGSEGV).
To Reproduce
odin deploy -f test.job.yamlodin log -i {job_id}vagrant@vagrant:~/odin$ odin log -i dea194794589
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x79c764]
goroutine
Add a description, image, and links to the orchestration topic page so that developers can more easily learn about it.
To associate your repository with the orchestration topic, visit your repo's landing page and select "manage topics."
What would you like to be added:
statefulset/cloneset/sidecarset/job need to add metric with replica, available, unavailable, complete, number of resource .....
Why is this needed:
For example, Deploy has kube-state-metric, which can provide the metric, so we can well count and monitor it in Prometheus. Kruise'