infrastructure - Concepts
Explore concepts tagged with "infrastructure"
Total concepts: 10
Concepts
- Kubernetes - An open source container orchestration platform for automating deployment, scaling, and management of containerized applications.
- Docker - A platform for developing, shipping, and running applications in lightweight, isolated containers that package code with all dependencies.
- Firewall - A network security system that monitors and controls incoming and outgoing traffic based on security rules.
- TCP/IP - The fundamental communication protocol suite that powers the Internet, defining how data is packetized, addressed, transmitted, routed, and received across networks.
- Vector Store - A specialized database designed to store, index, and search high-dimensional vector embeddings for AI applications.
- Distributed Systems - Computing systems composed of multiple independent components located on different networked computers that coordinate to achieve a common goal.
- RAG Pipelines - Data processing workflows that handle the end-to-end flow from document ingestion to LLM response generation in Retrieval-Augmented Generation systems.
- Data Availability - The assurance that data and systems are accessible when needed by authorized users.
- Self-Hosted - Running services on infrastructure you control rather than relying on third-party providers.
- Blue-Green Deployment - A release strategy that reduces downtime and risk by running two identical production environments called Blue and Green.
← Back to all concepts