Wednesday, January 29, 2020
BlogMax
Updated the template for the non-day pages so that they use the story tag properly.
A minor BlogMax fix to show a sensible date on entries that are not daily entries.
Added support for Mermaid diagrams. In order to get a diagram, you simply place it between {diagram} and {margaid}.
For example, the following diagram is written as:
{diagram} graph LR A[Client] --> B[Load Balancer] B --> C[Server1] B --> D[Server2] {margaid}
A pie chart is equally easy to create:
{diagram} pie title Diagramming "Data collection" : 75 "Diagram" : 3 "Sharing" : 22 {margaid}
State of containers security
Yesterday, I talked about security concerns in Kata Containers. There are also security aspects for containers as a whole to consider. A really good talk by Dan Walsh was given at DevConf.cz 2020.