Zum Inhalt springen

#deployment

5 approved public terms with this tag.

CI/CD

/siː aɪ siː diː/noun
Technology

Automatischer Uebersetzungsentwurf (German) for "CI/CD": Continuous Integration / Continuous Delivery — a set of software engineering practices and tools that automate the process of testing, building, and deploying code changes. CI automatically validates every commit; CD deploys validated code to production frequently and reliably without manual intervention.

Beispielentwurf: The team ships 20 times a day safely because their CI/CD pipeline catches regressions automatically.

Automatischer Uebersetzungsentwurf (German) for "DevOps": A set of practices, tools, and cultural philosophies that unite software development (Dev) and IT operations (Ops) teams. DevOps breaks down silos, automates repetitive tasks, and instills shared responsibility for the full software lifecycle from code to production monitoring.

Beispielentwurf: After adopting DevOps, their release cycle went from monthly to daily.

Inference

/ˈɪnfərəns/noun
AI & Technology

Automatischer Uebersetzungsentwurf (German) for "Inference": The act of running a trained machine learning model on new input data to generate predictions or outputs. Inference is distinct from training — it is the "serving" phase where the model is used in production, and its speed and cost are critical for real-world applications.

Beispielentwurf: Inference latency dropped from 2 seconds to 200ms after switching to a quantized model.

Pull-Based Deployment ist ein GitOps-Begriff fuer a deployment model where an in-cluster agent pulls desired state from source. Er hilft Teams, Menschen und Agenten, deklarierten Quellzustand mit laufenden Systemen zu vergleichen und zu handeln, ohne mehr Erfolg vorzutäuschen als belegt ist. Quelle: OpenGitOps principles; Flux documentation.

Das Team nutzte Pull-Based Deployment vor dem Mittagessen, damit das Release nicht mit offenen Schnuersen in die Produktion rannte.

Push-Based Deployment ist ein GitOps-Begriff fuer a deployment model where an outside system pushes changes into the runtime. Er hilft Teams, Menschen und Agenten, deklarierten Quellzustand mit laufenden Systemen zu vergleichen und zu handeln, ohne mehr Erfolg vorzutäuschen als belegt ist. Quelle: OpenGitOps principles.

Das Team nutzte Push-Based Deployment vor dem Mittagessen, damit das Release nicht mit offenen Schnuersen in die Produktion rannte.