Use your imagination and assume that some team was encouraged to migrate from Azure AppService. It was a decision at a high level, so the small dev team needs to migrate into AWS. What's the issue you can ask? They have no experience with Amazon Web Services, also they don’t have a "DevOps" person. The app is a JAR …
Read MoreLet's keep this article short. The topic is rather popular, but not very well documented. It's based on quite a popular issue, which is about untagged EC2. Sometimes developers launch virtual machines, without tags. Why it's so important? Because without tags, you have no idea about the machine's purpose. You have no …
Read MoreIt will be nice to solve another real-world problem, isn’t it? For example machines in private subnets, behind the NAT, or on rack shelves in an office. All of them need to be managed - at least from time to time. Ansible is great, I appreciated the creators of this tool. It helps me a lot! In different cases, …
Read MoreI have a daughter! What a piece of news, isn't it? I can also add again the same line: Newsletter is very time-consuming, and being a consultant is time-consuming. Everything is time-consuming. However, I had some spare time to play a bit with a small client's project. For example, not everyone needs cutting-edge …
Read MoreAfter a long break(again!) - I'm back. Older, more tired, and handsome as always. Newsletter is very time-consuming, and being a consultant is time-consuming. Everything is time-consuming. That's why I decided to write this post with a bit different approach. Let's talk about processes. The tech part is still most …
Read MoreCloud-init with DigitalOcean
Sep 20, 2021 · 5 min readWelcome Another build something yourself article. The last one was focused on Kubernetes. Now I will try to build infrastructure for a bit different side-project. I always want to learn SaltStack. To be honest, I'm a huge fan of Ansible which is boring, but works. However, sometimes I have a problem with keeping my …
Read MoreEKS on speed
Aug 1, 2021 · 4 min readWelcome Let's build some stuff. Today on AWS(EKS). Today with popular solutions and almost without coding(in YAML). Today focus on speed and simplicity. Additionally no CI/CD. Components I will keep it simple. Terraform aws cli docker helm curl dig, kubectl, emacs Building infrastructure Setup First steps. I need to …
Read MoreGitlab - templates
Jun 15, 2021 · 5 min readWelcome Working as a consultant is hard. You have so many tasks to do. The day is a bit too short, but the opportunities to learn are awesome. Today I have time to compile my notes about GitLab, mostly CI part. However, as a code repository for organizations, GitLab is my favorite solution. Fast, easy to use, …
Read MoreWelcome That will be a short post, rather full of my pain and frustration. Fortunately with happy-end and topic for a small article. Problem GitHub has some problems with service accounts for CI/CD usage. At least in Free Plan. You can't share deployment keys like for example in GitLab. I can understand that in the …
Read MoreWelcome Long time no sea. It's not a typo last time when I saw the see was in September in Greece. Almost the same thing I can say about Ansible. The last time when I used this tool for resolving real problems was more-less 2years ago. To be honest, during this period Ansible becomes (in my mind at least) just another …
Read More