Portainer Crossword

1234567891011121314151617181920212223242526
Across
  1. 2. A package manager that simplifies deployment of applications on Kubernetes.
  2. 4. A controller ensuring a specified number of identical Pods are running.
  3. 5. The automated arrangement, coordination, and management of complex computer systems.
  4. 7. An automation engine for configuration management and application deployment.
  5. 11. A configuration that declaratively manages updates to Pods and ReplicaSets.
  6. 13. The ability of a system to handle increased workload by adding resources.
  7. 15. The smallest deployable unit in Kubernetes representing one or more containers.
  8. 16. An Infrastructure as Code tool for provisioning and managing cloud resources.
  9. 17. The process of recording events and messages to assist with system analysis and debugging.
  10. 18. A Kubernetes abstraction that exposes a set of Pods as a network service.
  11. 21. The continuous observation and analysis of system performance and operations.
  12. 22. An open-source automation server commonly used for continuous integration and delivery.
  13. 23. A set of interconnected nodes that run containerized applications.
  14. 25. A tool for defining and running multi-container Docker applications.
  15. 26. A single machine—virtual or physical—within a Kubernetes cluster.
Down
  1. 1. The command-line interface for interacting with Kubernetes clusters.
  2. 3. An architectural style that structures an application as a collection of small, loosely coupled services.
  3. 6. Docker’s native clustering and orchestration solution.
  4. 8. A repository for storing and sharing container images.
  5. 9. An isolated execution environment for applications.
  6. 10. A text file with instructions on how to build a Docker image.
  7. 12. A device or software that distributes network traffic across multiple servers.
  8. 14. A lightweight, standalone executable package containing code and dependencies.
  9. 19. Remote computing services delivered over the Internet on demand.
  10. 20. A Kubernetes resource that manages external access to services in a cluster.
  11. 24. A persistent storage mechanism used by containers.