-
In this second article, I suggest to explore further two simple helm chart for getting a bit more inside K8s.
Read More -
After creating Misterio, I found this alternative called HarborMaster:
Harbormaster is a small utility that lets you easily deploy multiple Docker-Compose applications on a single host.
Read More -
K8s is a very complex beast. But it give you a very good set of security defaults, and it is also a very well done implementation of a microservice application.
Read More -
In Microservices architecture, you decompose your services in a set of fine-grained services. These services are full-stack software, from front end API down to database layer.
Read More -
Amazon Elastic Container services (ECS) is the Amazon Solution for running docker containers on Amazon.
Read More -
https://github.com/daitangio/misterioWhy
I need to show Ansible and Saltstack configuration manager are nice tools but in a K8s world, the same result can be achieved in a much simpler way.It was to teach the container way to some co-worker.Without effort, I end up with a tool I am using on my home machines, which include a bunch of very different architecture (Ubuntu Boxes, ARMs RPi2, Windooze).So I think it would be nice show Misterio to the world...and yes there is a bit of magic, called containers. -
In the last weekend I needed to restore my RasperryPi service box. It is a raspberrypi 2 which mostly make backups of my blogs.
Read More -
Use docker in docker to drive docker from a container Working under windows, sometimes docker slow down. Sometimes you need to access to the MobyVM. With this line:
Read More -
Abbiamo provato Prometheus in congiunzione con Grafana.
Prometheus è un tool di monitoraggio e alerting, scritto in Go e caratterizzato da un database orientato all’archiviazione in time series.
Read More -
We just finished implementing a dev ops deploy toolchain able to compile,deploy, rollback all in automatic way.
The objection of the dev team is “it is slow to deploy”.
Read More -
The department of defense, has published a nice document to “detect” agile bullshit. The document is called DIB_DETECTING_AGILE_BS_2018.10.05 and was published on October 2018.
Read More -
Sometimes your windows' HyperV Hypervisor will refuse to start.
The problem is tricky because the services seems started if you check them. Also the installation is successful, virtualization is enabled and so on. So what is wrong?
Read More -
From an internal email of a very very big corporate company
Incident Background: BIGPROJECT has been unavailable since APAC SOD due to a data refresh activity being wrongly triggered in from UAT to Production environments.
[...manual recovery instruction follows... ]Business Impact
- BIGPROJECT is unavailable for all users in the bank
- BIGPROJECT2 platform which sits on BIGPROJECT is unavailable this includes the Click-to-chat serviceCurrent Status
- Initial attempt of flashback Database to restore from the last good restore point failed due to errors due to absence of flashback logs– this was a quicker option, but now ruled out.
- Currently going ahead with full restoration in the Primary database – this activity is tentatively supposed to take 8-9 hours (in place of 6 hours earlier mentioned)
After 5 hours in another email they dare to say:
Read More
Docker is a tool that can package an application and its dependencies in a virtual container that can run on any Linux server. This helps enable flexibility and portability on where the application can run, whether on premises, public cloud, private cloud, bare metal, etc.
Docker e la “containerizzazione” sono l’evoluzione di due tecnologie molto “antiche”:
Read More
