Tag Archives: DevOps

Kubernetes: Deployment Strategies types, and Argo Rollouts

12 July 2021
 

 One of the goals of the ArgoCD implementation in our project is to use new Deployment Strategies for our applications. In this post, we will observe deployment types in Kubernetes, how Deployment is working in Kubernetes and a quick example of the Argo Rollouts. Deployment Strategies and Kubernetes Let’s take a short overview of the… Read More »

DevOps IT Ring

8 June 2021
 

 💥9 June, 17:00 — IT Ring “DevOps” | Online/Offline. 6 speakers will come together in one IT Ring to determine the real functions of DevOps specialists and discuss what their cooperation with programmers should be. Topics: 📌 “Who are DevOps: people or tools?” 📌 “The perfect Architect – DevOps or developer?” 📌 “If you have… Read More »

DevSecOps Build-up from Cloud Builders

1 June 2021
 

  Cloud Builders Community invites to join the DevSecOps Build-up to discuss the best DevSecOps practices with experts from Microsoft, Pulumi, Stand Out In Tech, and Intellias. Speakers lineup: Continuously Implementing DevSecOps in AWS, — Volodymyr Shynkar, Senior Lead DevOps Engineer at Intellias. Join the fireside chat in Cloud AMA (ask me anything) format with… Read More »

ArgoCD: declarative Projects, Applications, and ArgoCD deploy from Jenkins

19 May 2021
 

 An application, cluster, or repository can be created In ArgoCD from its WebUI, CLI, or by writing a Kubernetes manifest that then can be passed to kubectl to create resources. For example, Applications are Kubernetes CustomResources and described in Kubernetes CRD applications.argoproj.io: [simterm] $ kubectl get crd applications.argoproj.io NAME CREATED AT applications.argoproj.io 2020-11-27T15:55:29Z [/simterm] And… Read More »

DevOps Days Kyiv 2021

14 April 2021
 

  ⚙️ On April 20-22th, join DevOps Days Kyiv – a free online conference focused on the DevOps Culture. Meet experts from Google, VMWare, PagerDuty, and co-creator of Kubernetes – Joe Beda. 💻 What to expect: 5 talks about DevOps culture fireside chat with co-creator of Kubernetes – Joe Beda, fill in your questions for… Read More »

Redis: replication, part 4 – writing an Ansible role fore the Master-Slave replication with Redis Sentinel provisioning

15 April 2019
 

 The next post from the Redis replication series. Previous parts: Redis: replication, part 1 – an overview. Replication vs Sharding. Sentinel vs Cluster. Redis topology. Redis: replication, part 2 – Master-Slave replication, and Redis Sentinel Redis: replication, part 3 – redis-py and work with Redis Sentinel from Python The task now is to write an… Read More »