What Happens Between The Web Browser And Server A browser attempts to connect to a web site secured with SSL. The browser requests that the web server identify itself. The server sends the browser a copy of its SSL certificate. The browser checks whether it trusts the SSL certificate. If so, it sends a message to theWięcej oSSL certificates[…]
Tag: #devops
What Is Splunk? Splunk is a software platform to search, analyze and visualize the machine-generated data gathered from the websites, applications, sensors, devices etc. which make up your IT infrastructure and business. Your input data can be in any format for e.g. .csv, or json or other formats You can configure Splunk to give Alerts /Więcej oSplunk[…]
I have tried to learn Kafka 3 times already. The first time was Infoshare conference and superb lecture on Kafka. Then I thought it is strange architecture. 2nd time in my company during internal training, installed it at home and checked what is the flavour of it. It seemed like queue system, like TIBCO withWięcej oKafka and Kafka-connect[…]
” Niech ktoś uprzątnie wreszcie ten popiół! Gdzieś tu musi być Feniks…Bycie menedżerem w potężnej, lecz przeżywającej poważny kryzys firmie w branży IT to nie bułka z masłem. Nigdy nie wiadomo, co czeka Cię następnego dnia i czy jeszcze tam pracujesz. Ale dzień, w którym nagle dowiadujesz się, że z pracy odeszli dwaj Twoi przełożeni,Więcej o„Projekt Feniks”[…]
Elasticsearch is a distributed, free and open search and analytics engine for all types of data, including textual, numerical, geospatial, structured, and unstructured. Elasticsearch is built on Apache Lucene and was first released in 2010 by Elasticsearch N.V. (now known as Elastic). Known for its simple REST APIs, distributed nature, speed, and scalability, Elasticsearch isWięcej oElasticSearch, Kibana, Siren.io[…]
Prometheus is a metric collection tool that works with time series data. Prometheus can be easily used as main monitoring data source because it easily fits into most software architectures, integrates swiftly with most modern technologies, and is convenient to set up and maintain. Prometheus comes with a built-in database for collected time series data, aWięcej oPrometheus, Alertmanager, Grafana[…]
The best explanation ever of docker:https://cezarywalenciuk.pl/blog/programing/kurs/kubernetes-i-docker-wytlumacz-i-pokaz
Thanks to: https://spacelift.io/blog/kubernetes-cheat-sheet Kubernetes Objects and Kubectl Command Cheatsheet: Common Options Configuration Files (Manifest files) Cluster Management & Context Daemonsets Deployments Events Logs Namespaces Nodes Pods Replication Controllers ReplicaSets Secrets Services Service Accounts Common Options In kubectl you can specify optional flags for use with various commands. alias – Set an alias for kubectl. -o=json – OutputWięcej oKubernetes cheatsheat[…]
Source: https://dockerlabs.collabnix.com/docker/cheatsheet/