1
0

change date of bibtex
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build was killed

This commit is contained in:
Torma Kristóf 2020-05-12 03:16:07 +02:00
parent 8561ad3506
commit 08d50a8b2b
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047

View File

@ -1,401 +1,401 @@
@misc{dockervirt, @misc{dockervirt,
author = {Nick Janetakis}, author = {Nick Janetakis},
howpublished = {\url{https://nickjanetakis.com/blog/comparing-virtual-machines-vs-docker-containers}}, howpublished = {\url{https://nickjanetakis.com/blog/comparing-virtual-machines-vs-docker-containers}},
note = {Megtekintve 2019-11-20}, note = {Megtekintve 2020-02-20},
title = {Comparing Virtual Machines vs Docker Containers} title = {Comparing Virtual Machines vs Docker Containers}
} }
@misc{docker-overview, @misc{docker-overview,
howpublished = {\url{https://docs.docker.com/engine/docker-overview/}}, howpublished = {\url{https://docs.docker.com/engine/docker-overview/}},
note = {Megtekintve 2019-11-22}, note = {Megtekintve 2020-02-22},
title = {Docker overview} title = {Docker overview}
} }
@misc{linux-namespaces, @misc{linux-namespaces,
howpublished = {\url{http://man7.org/linux/man-pages/man7/namespaces.7.html}}, howpublished = {\url{http://man7.org/linux/man-pages/man7/namespaces.7.html}},
note = {Megtekintve 2019-11-20}, note = {Megtekintve 2020-02-20},
title = {namespaces - overview of Linux namespaces} title = {namespaces - overview of Linux namespaces}
} }
@misc{cgroups, @misc{cgroups,
howpublished = {\url{https://access.redhat.com/documentation/en-us/red\_hat\_enterprise\_linux/6/html/resource\_management\_guide/ch01}}, howpublished = {\url{https://access.redhat.com/documentation/en-us/red\_hat\_enterprise\_linux/6/html/resource\_management\_guide/ch01}},
note = {Megtekintve 2019-11-20}, note = {Megtekintve 2020-02-20},
title = {Introduction to Control Groups (Cgroups)} title = {Introduction to Control Groups (Cgroups)}
} }
@misc{mikroszeviz, @misc{mikroszeviz,
author = {Farkas G{\'a}bor}, author = {Farkas G{\'a}bor},
howpublished = {\url{https://ithub.hu/blog/post/A\_microservice\_architekturarol\_diohejban/}}, howpublished = {\url{https://ithub.hu/blog/post/A\_microservice\_architekturarol\_diohejban/}},
note = {Megtekintve 2019-11-23}, note = {Megtekintve 2020-02-23},
title = {A microservice architekt{\'u}r{\'a}r{\'o}l di{\'o}h{\'e}jban} title = {A microservice architekt{\'u}r{\'a}r{\'o}l di{\'o}h{\'e}jban}
} }
@misc{kubernetes-pods, @misc{kubernetes-pods,
howpublished = {\url{https://kubernetes.io/docs/concepts/workloads/pods/pod/}}, howpublished = {\url{https://kubernetes.io/docs/concepts/workloads/pods/pod/}},
note = {Megtekintve 2019-11-21}, note = {Megtekintve 2020-02-21},
title = {Pods} title = {Pods}
} }
@misc{kubernetes-replicaset, @misc{kubernetes-replicaset,
howpublished = {\url{https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/}}, howpublished = {\url{https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/}},
note = {Megtekintve 2019-11-20}, note = {Megtekintve 2020-02-20},
title = {ReplicaSet} title = {ReplicaSet}
} }
@misc{kubernetes-deployment, @misc{kubernetes-deployment,
howpublished = {\url{https://kubernetes.io/docs/concepts/workloads/controllers/deployment/}}, howpublished = {\url{https://kubernetes.io/docs/concepts/workloads/controllers/deployment/}},
note = {Megtekintve 2019-11-20}, note = {Megtekintve 2020-02-20},
title = {Deployments} title = {Deployments}
} }
@misc{kubernetes-crd, @misc{kubernetes-crd,
howpublished = {\url{https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/}}, howpublished = {\url{https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/}},
note = {Megtekintve 2019-11-20}, note = {Megtekintve 2020-02-20},
title = {Extend the Kubernetes API with CustomResourceDefinitions} title = {Extend the Kubernetes API with CustomResourceDefinitions}
} }
@misc{kubernetes-hpa, @misc{kubernetes-hpa,
howpublished = {\url{https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/}}, howpublished = {\url{https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/}},
note = {Megtekintve 2019-11-23}, note = {Megtekintve 2020-02-23},
title = {Horizontal Pod Autoscaler} title = {Horizontal Pod Autoscaler}
} }
@misc{kubeless-http, @misc{kubeless-http,
howpublished = {\url{https://kubeless.io/docs/http-triggers/}}, howpublished = {\url{https://kubeless.io/docs/http-triggers/}},
note = {Megtekintve 2019-11-23}, note = {Megtekintve 2020-02-23},
title = {Expose and secure Kubeless functions} title = {Expose and secure Kubeless functions}
} }
@misc{kubeless-pubsub, @misc{kubeless-pubsub,
howpublished = {\url{https://kubeless.io/docs/pubsub-functions/}}, howpublished = {\url{https://kubeless.io/docs/pubsub-functions/}},
note = {Megtekintve 2019-11-23}, note = {Megtekintve 2020-02-23},
title = {PubSub events} title = {PubSub events}
} }
@misc{kubernetes-ingress, @misc{kubernetes-ingress,
howpublished = {\url{https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/}}, howpublished = {\url{https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/}},
note = {Megtekintve 2019-11-24}, note = {Megtekintve 2020-02-24},
title = {Ingress Controllers} title = {Ingress Controllers}
} }
@misc{kubernetes-nginx, @misc{kubernetes-nginx,
howpublished = {\url{https://kubernetes.github.io/ingress-nginx/}}, howpublished = {\url{https://kubernetes.github.io/ingress-nginx/}},
note = {Megtekintve 2019-11-24}, note = {Megtekintve 2020-02-24},
title = {NGINX Ingress Controller} title = {NGINX Ingress Controller}
} }
@misc{github-issue-1, @misc{github-issue-1,
howpublished = {\url{https://github.com/kubernetes-incubator/metrics-server/issues/131}}, howpublished = {\url{https://github.com/kubernetes-incubator/metrics-server/issues/131}},
note = {Megtekintve 2019-11-24}, note = {Megtekintve 2020-02-24},
title = {Metrics server issue with hostname resolution of kubelet and apiserver unable to communicate with metric-server clusterIP} title = {Metrics server issue with hostname resolution of kubelet and apiserver unable to communicate with metric-server clusterIP}
} }
@misc{kubeless-quickstart, @misc{kubeless-quickstart,
howpublished = {\url{https://kubeless.io/docs/quick-start/}}, howpublished = {\url{https://kubeless.io/docs/quick-start/}},
note = {Megtekintve 2019-11-22}, note = {Megtekintve 2020-02-22},
title = {Installation} title = {Installation}
} }
@misc{github-hey, @misc{github-hey,
howpublished = {\url{https://github.com/rakyll/hey}}, howpublished = {\url{https://github.com/rakyll/hey}},
note = {Megtekintve 2019-11-21}, note = {Megtekintve 2020-02-21},
title = {HTTP load generator, ApacheBench (ab) replacement, formerly known as rakyll/boom} title = {HTTP load generator, ApacheBench (ab) replacement, formerly known as rakyll/boom}
} }
@misc{github-wrk, @misc{github-wrk,
howpublished = {\url{https://github.com/wg/wrk}}, howpublished = {\url{https://github.com/wg/wrk}},
note = {Megtekintve 2019-11-21}, note = {Megtekintve 2020-02-21},
title = {Modern HTTP benchmarking tool} title = {Modern HTTP benchmarking tool}
} }
@misc{docker-logging, @misc{docker-logging,
howpublished = {\url{https://docs.docker.com/config/containers/logging/configure/}}, howpublished = {\url{https://docs.docker.com/config/containers/logging/configure/}},
note = {Megtekintve 2019-11-25}, note = {Megtekintve 2020-02-25},
title = {Configure logging drivers} title = {Configure logging drivers}
} }
@misc{kubernetes-ephemeral-storage, @misc{kubernetes-ephemeral-storage,
howpublished = {\url{https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/\#local-ephemeral-storage}}, howpublished = {\url{https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/\#local-ephemeral-storage}},
note = {Megtekintve 2019-11-24}, note = {Megtekintve 2020-02-24},
title = {Managing Compute Resources for Containers - Local ephemeral storage} title = {Managing Compute Resources for Containers - Local ephemeral storage}
} }
@misc{kubernetes-eviction, @misc{kubernetes-eviction,
howpublished = {\url{https://kubernetes.io/docs/tasks/administer-cluster/out-of-resource/\#eviction-policy}}, howpublished = {\url{https://kubernetes.io/docs/tasks/administer-cluster/out-of-resource/\#eviction-policy}},
note = {Megtekintve 2019-11-27}, note = {Megtekintve 2020-02-27},
title = {Configure Out of Resource Handling - Eviction Policy} title = {Configure Out of Resource Handling - Eviction Policy}
} }
@misc{kubernetes-nodes, @misc{kubernetes-nodes,
howpublished = {\url{https://kubernetes.io/docs/concepts/architecture/nodes/}}, howpublished = {\url{https://kubernetes.io/docs/concepts/architecture/nodes/}},
note = {Megtekintve 2019-11-27}, note = {Megtekintve 2020-02-27},
title = {Nodes} title = {Nodes}
} }
@misc{kubernetes-kubelet, @misc{kubernetes-kubelet,
howpublished = {\url{https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/}}, howpublished = {\url{https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/}},
note = {Megtekintve 2019-11-27}, note = {Megtekintve 2020-02-27},
title = {kubelet} title = {kubelet}
} }
@misc{cloud, @misc{cloud,
howpublished = {\url{https://www.ibm.com/cloud/learn/cloud-computing}}, howpublished = {\url{https://www.ibm.com/cloud/learn/cloud-computing}},
note = {Megtekintve 2019-11-27}, note = {Megtekintve 2020-02-27},
title = {Cloud computing: A complete guide} title = {Cloud computing: A complete guide}
} }
@misc{faas, @misc{faas,
howpublished = {\url{https://www.cloudflare.com/learning/serverless/glossary/function-as-a-service-faas/}}, howpublished = {\url{https://www.cloudflare.com/learning/serverless/glossary/function-as-a-service-faas/}},
note = {Megtekintve 2019-11-23}, note = {Megtekintve 2020-02-23},
title = {What Is Function as a Service (FaaS)?} title = {What Is Function as a Service (FaaS)?}
} }
@misc{saas, @misc{saas,
howpublished = {\url{https://www.infoworld.com/article/3226386/what-is-saas-software-as-a-service-defined.html}}, howpublished = {\url{https://www.infoworld.com/article/3226386/what-is-saas-software-as-a-service-defined.html}},
note = {Megtekintve 2019-11-21}, note = {Megtekintve 2020-02-21},
title = {What is SaaS? Software-as-a-service defined} title = {What is SaaS? Software-as-a-service defined}
} }
@misc{paas, @misc{paas,
howpublished = {\url{https://www.bmc.com/blogs/saas-vs-paas-vs-iaas-whats-the-difference-and-how-to-choose/}}, howpublished = {\url{https://www.bmc.com/blogs/saas-vs-paas-vs-iaas-whats-the-difference-and-how-to-choose/}},
note = {Megtekintve 2019-11-21}, note = {Megtekintve 2020-02-21},
title = {SaaS vs PaaS vs IaaS: What{\rq}s The Difference and How To Choose} title = {SaaS vs PaaS vs IaaS: What{\rq}s The Difference and How To Choose}
} }
@misc{iaas, @misc{iaas,
howpublished = {\url{https://www.techradar.com/news/what-is-infrastructure-as-a-service}}, howpublished = {\url{https://www.techradar.com/news/what-is-infrastructure-as-a-service}},
note = {Megtekintve 2019-11-21}, note = {Megtekintve 2020-02-21},
title = {What is Infrastructure-as-a-Service? Everything you need to know} title = {What is Infrastructure-as-a-Service? Everything you need to know}
} }
@misc{os-virt, @misc{os-virt,
howpublished = {\url{https://www.w3schools.in/cloud-virtualization/os-virtualization/}}, howpublished = {\url{https://www.w3schools.in/cloud-virtualization/os-virtualization/}},
note = {Megtekintve 2019-11-22}, note = {Megtekintve 2020-02-22},
title = {Operating System (OS) Virtualization} title = {Operating System (OS) Virtualization}
} }
@misc{docker-layers, @misc{docker-layers,
howpublished = {\url{https://medium.com/@jessgreb01/digging-into-docker-layers-c22f948ed612}}, howpublished = {\url{https://medium.com/@jessgreb01/digging-into-docker-layers-c22f948ed612}},
note = {Megtekintve 2019-11-21}, note = {Megtekintve 2020-02-21},
title = {Digging into Docker layers} title = {Digging into Docker layers}
} }
@misc{kubernetes-runtimes, @misc{kubernetes-runtimes,
howpublished = {\url{https://kubernetes.io/docs/setup/production-environment/container-runtimes/}}, howpublished = {\url{https://kubernetes.io/docs/setup/production-environment/container-runtimes/}},
note = {Megtekintve 2019-11-21}, note = {Megtekintve 2020-02-21},
title = {Container runtimes} title = {Container runtimes}
} }
@misc{kubernetes-concepts, @misc{kubernetes-concepts,
howpublished = {\url{https://kubernetes.io/docs/concepts/}}, howpublished = {\url{https://kubernetes.io/docs/concepts/}},
note = {Megtekintve 2019-11-20}, note = {Megtekintve 2020-02-20},
title = {Concepts} title = {Concepts}
} }
@misc{kube-apiserver, @misc{kube-apiserver,
howpublished = {\url{https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/}}, howpublished = {\url{https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/}},
note = {Megtekintve 2019-11-20}, note = {Megtekintve 2020-02-20},
title = {kube-apiserver} title = {kube-apiserver}
} }
@misc{etcd, @misc{etcd,
howpublished = {\url{https://etcd.io/docs/v3.4.0/learning/data\_model/}}, howpublished = {\url{https://etcd.io/docs/v3.4.0/learning/data\_model/}},
note = {Megtekintve 2019-11-20}, note = {Megtekintve 2020-02-20},
title = {Data model} title = {Data model}
} }
@misc{kubernetes-api, @misc{kubernetes-api,
howpublished = {\url{https://kubernetes.io/docs/concepts/overview/kubernetes-api/}}, howpublished = {\url{https://kubernetes.io/docs/concepts/overview/kubernetes-api/}},
note = {Megtekintve 2019-11-20}, note = {Megtekintve 2020-02-20},
title = {The Kubernetes API} title = {The Kubernetes API}
} }
@misc{kuebrnetes-controller, @misc{kuebrnetes-controller,
howpublished = {\url{https://kubernetes.io/docs/concepts/architecture/controller/}}, howpublished = {\url{https://kubernetes.io/docs/concepts/architecture/controller/}},
note = {Megtekintve 2019-11-20}, note = {Megtekintve 2020-02-20},
title = {Controllers} title = {Controllers}
} }
@misc{kubernetes-node-controller, @misc{kubernetes-node-controller,
howpublished = {\url{https://unofficial-kubernetes.readthedocs.io/en/latest/concepts/nodes/node/\#node-controller}}, howpublished = {\url{https://unofficial-kubernetes.readthedocs.io/en/latest/concepts/nodes/node/\#node-controller}},
note = {Megtekintve 2019-11-20}, note = {Megtekintve 2020-02-20},
title = {Node - Node Controller} title = {Node - Node Controller}
} }
@misc{kuebrnetes-components, @misc{kuebrnetes-components,
howpublished = {\url{https://kubernetes.io/docs/concepts/overview/components/}}, howpublished = {\url{https://kubernetes.io/docs/concepts/overview/components/}},
note = {Megtekintve 2019-11-20}, note = {Megtekintve 2020-02-20},
title = {Kubernetes Components} title = {Kubernetes Components}
} }
@misc{kubernetes-scheduler, @misc{kubernetes-scheduler,
howpublished = {\url{https://kubernetes.io/docs/concepts/scheduling/kube-scheduler/}}, howpublished = {\url{https://kubernetes.io/docs/concepts/scheduling/kube-scheduler/}},
note = {Megtekintve 2019-11-20}, note = {Megtekintve 2020-02-20},
title = {Kubernetes Scheduler} title = {Kubernetes Scheduler}
} }
@misc{kubernetes-kube-proxy, @misc{kubernetes-kube-proxy,
howpublished = {\url{https://kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/}}, howpublished = {\url{https://kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/}},
note = {Megtekintve 2019-11-20}, note = {Megtekintve 2020-02-20},
title = {kube-proxy} title = {kube-proxy}
} }
@misc{kubernetes-service, @misc{kubernetes-service,
howpublished = {\url{https://kubernetes.io/docs/concepts/services-networking/service/}}, howpublished = {\url{https://kubernetes.io/docs/concepts/services-networking/service/}},
note = {Megtekintve 2019-11-21}, note = {Megtekintve 2020-02-21},
title = {Service} title = {Service}
} }
@misc{kubernetes-volume, @misc{kubernetes-volume,
howpublished = {\url{https://kubernetes.io/docs/concepts/storage/volumes/}}, howpublished = {\url{https://kubernetes.io/docs/concepts/storage/volumes/}},
note = {Megtekintve 2019-11-21}, note = {Megtekintve 2020-02-21},
title = {Volumes} title = {Volumes}
} }
@misc{kubernetes-ingress-resource, @misc{kubernetes-ingress-resource,
howpublished = {\url{https://kubernetes.io/docs/concepts/services-networking/ingress/}}, howpublished = {\url{https://kubernetes.io/docs/concepts/services-networking/ingress/}},
note = {Megtekintve 2019-11-25}, note = {Megtekintve 2020-02-25},
title = {Ingress} title = {Ingress}
} }
@misc{kubeless, @misc{kubeless,
howpublished = {\url{https://itnext.io/kubeless-kubernetes-native-serverless-framework-3d0f96e03add}}, howpublished = {\url{https://itnext.io/kubeless-kubernetes-native-serverless-framework-3d0f96e03add}},
note = {Megtekintve 2019-11-25}, note = {Megtekintve 2020-02-25},
title = {Kubeless --- Kubernetes Native Serverless Framework} title = {Kubeless --- Kubernetes Native Serverless Framework}
} }
@misc{kubeless-api-deploy, @misc{kubeless-api-deploy,
howpublished = {\url{https://kubeless.io/docs/advanced-function-deployment/}}, howpublished = {\url{https://kubeless.io/docs/advanced-function-deployment/}},
note = {Megtekintve 2019-11-25}, note = {Megtekintve 2020-02-25},
title = {Deploying Kubeless Functions using Kubernetes API} title = {Deploying Kubeless Functions using Kubernetes API}
} }
@misc{kubeless-build, @misc{kubeless-build,
howpublished = {\url{https://kubeless.io/docs/building-functions/}}, howpublished = {\url{https://kubeless.io/docs/building-functions/}},
note = {Megtekintve 2019-11-25}, note = {Megtekintve 2020-02-25},
title = {Build process for functions} title = {Build process for functions}
} }
@misc{istio-service-mesh, @misc{istio-service-mesh,
howpublished = {\url{https://istio.io/docs/concepts/what-is-istio/}}, howpublished = {\url{https://istio.io/docs/concepts/what-is-istio/}},
note = {Megtekintve 2019-11-26}, note = {Megtekintve 2020-02-26},
title = {What is Istio?} title = {What is Istio?}
} }
@misc{istio-observer, @misc{istio-observer,
howpublished = {\url{https://istio.io/docs/concepts/observability/}}, howpublished = {\url{https://istio.io/docs/concepts/observability/}},
note = {Megtekintve 2019-11-26}, note = {Megtekintve 2020-02-26},
title = {Observability} title = {Observability}
} }
@misc{istio-mgmt, @misc{istio-mgmt,
howpublished = {\url{https://istio.io/docs/concepts/traffic-management/}}, howpublished = {\url{https://istio.io/docs/concepts/traffic-management/}},
note = {Megtekintve 2019-11-26}, note = {Megtekintve 2020-02-26},
title = {Traffic Management} title = {Traffic Management}
} }
@misc{knative, @misc{knative,
howpublished = {\url{https://containerjournal.com/topics/container-management/what-is-knative-and-what-can-it-do-for-you/}}, howpublished = {\url{https://containerjournal.com/topics/container-management/what-is-knative-and-what-can-it-do-for-you/}},
note = {Megtekintve 2019-11-26}, note = {Megtekintve 2020-02-26},
title = {What is Knative, and What Can It Do for You?} title = {What is Knative, and What Can It Do for You?}
} }
@misc{knative-serving, @misc{knative-serving,
howpublished = {\url{https://knative.dev/docs/serving/}}, howpublished = {\url{https://knative.dev/docs/serving/}},
note = {Megtekintve 2019-11-27}, note = {Megtekintve 2020-02-27},
title = {Knative Serving} title = {Knative Serving}
} }
@misc{knative-eventing, @misc{knative-eventing,
howpublished = {\url{https://knative.dev/docs/eventing/}}, howpublished = {\url{https://knative.dev/docs/eventing/}},
note = {Megtekintve 2019-11-27}, note = {Megtekintve 2020-02-27},
title = {Knative Eventing} title = {Knative Eventing}
} }
@misc{knative-thoughts, @misc{knative-thoughts,
howpublished = {\url{https://searchitoperations.techtarget.com/news/252469607/Knative-serverless-Kubernetes-bypasses-FaaS-to-revive-PaaS}}, howpublished = {\url{https://searchitoperations.techtarget.com/news/252469607/Knative-serverless-Kubernetes-bypasses-FaaS-to-revive-PaaS}},
note = {Megtekintve 2019-11-27}, note = {Megtekintve 2020-02-27},
title = {Knative serverless Kubernetes bypasses FaaS to revive PaaS} title = {Knative serverless Kubernetes bypasses FaaS to revive PaaS}
} }
@misc{knative-gateweay, @misc{knative-gateweay,
howpublished = {\url{https://knative.dev/v0.9-docs/serving/samples/knative-routing-go/}}, howpublished = {\url{https://knative.dev/v0.9-docs/serving/samples/knative-routing-go/}},
note = {Megtekintve 2019-11-27}, note = {Megtekintve 2020-02-27},
title = {Routing across multiple Knative services - Go} title = {Routing across multiple Knative services - Go}
} }
@misc{knative-autoscaler, @misc{knative-autoscaler,
howpublished = {\url{https://knative.dev/docs/serving/configuring-the-autoscaler/}}, howpublished = {\url{https://knative.dev/docs/serving/configuring-the-autoscaler/}},
note = {Megtekintve 2019-11-27}, note = {Megtekintve 2020-02-27},
title = {Configuring the Autoscaler} title = {Configuring the Autoscaler}
} }
@misc{knative-autoscaler-component, @misc{knative-autoscaler-component,
howpublished = {\url{https://github.com/knative/serving/blob/master/docs/scaling/DEVELOPMENT.md}}, howpublished = {\url{https://github.com/knative/serving/blob/master/docs/scaling/DEVELOPMENT.md}},
note = {Megtekintve 2019-11-24}, note = {Megtekintve 2020-02-24},
title = {Autoscaling} title = {Autoscaling}
} }
@misc{knative-gloo, @misc{knative-gloo,
howpublished = {\url{https://medium.com/solo-io/gloo-by-solo-io-is-the-first-alternative-to-istio-on-knative-324753586f3a}}, howpublished = {\url{https://medium.com/solo-io/gloo-by-solo-io-is-the-first-alternative-to-istio-on-knative-324753586f3a}},
note = {Megtekintve 2019-11-25}, note = {Megtekintve 2020-02-25},
title = {Gloo, by Solo.io, is the first alternative to Istio on Knative} title = {Gloo, by Solo.io, is the first alternative to Istio on Knative}
} }
@misc{knative-monitoring, @misc{knative-monitoring,
howpublished = {\url{https://github.com/knative/docs/blob/master/docs/serving/accessing-metrics.md}}, howpublished = {\url{https://github.com/knative/docs/blob/master/docs/serving/accessing-metrics.md}},
note = {Megtekintve 2019-11-22}, note = {Megtekintve 2020-02-22},
title = {Accessing Metrics} title = {Accessing Metrics}
} }
@misc{knative-crd, @misc{knative-crd,
howpublished = {\url{https://github.com/knative/serving/blob/master/docs/spec/overview.md}}, howpublished = {\url{https://github.com/knative/serving/blob/master/docs/spec/overview.md}},
note = {Megtekintve 2019-11-22}, note = {Megtekintve 2020-02-22},
title = {Resource Types} title = {Resource Types}
} }
@misc{cloudlab, @misc{cloudlab,
howpublished = {https://cloudlab.us/technology.php}, howpublished = {\url{https://cloudlab.us/technology.php}},
note = {Megtekintve 2019-10-29}, note = {Megtekintve 2020-01-29},
title = {Cloudlab - Software Technology} title = {Cloudlab - Software Technology}
} }
@misc{influxdb-performance, @misc{influxdb-performance,
author = {Syeda Noor Zehra Naqvi and Sofia Yfantidou}, author = {Syeda Noor Zehra Naqvi and Sofia Yfantidou},
howpublished = {https://cs.ulb.ac.be/public/\_media/teaching/influxdb\_2017.pdf}, howpublished = {\url{https://cs.ulb.ac.be/public/\_media/teaching/influxdb\_2017.pdf}},
note = {Megtekintve 2020-03-29}, note = {Megtekintve 2020-03-29},
title = {Time Series Databases and InfluxDB} title = {Time Series Databases and InfluxDB}
} }
@misc{microservices-apply, @misc{microservices-apply,
howpublished = {https://microservices.io/articles/applying.html}, howpublished = {\url{https://microservices.io/articles/applying.html}},
note = {Megtekintve 2020-02-29}, note = {Megtekintve 2020-02-29},
title = {Applying the microservice architecture pattern language} title = {Applying the microservice architecture pattern language}
} }
@misc{microservices-intro, @misc{microservices-intro,
author = {Chris Richardson}, author = {Chris Richardson},
howpublished = {https://www.nginx.com/blog/introduction-to-microservices/}, howpublished = {\url{https://www.nginx.com/blog/introduction-to-microservices/}},
note = {Megtekintve 2020-02-10}, note = {Megtekintve 2020-02-10},
title = {Introduction to Microservices} title = {Introduction to Microservices}
} }
@misc{microservices-apigateway, @misc{microservices-apigateway,
author = {Chris Richardson}, author = {Chris Richardson},
howpublished = {https://www.nginx.com/blog/building-microservices-using-an-api-gateway/}, howpublished = {\url{https://www.nginx.com/blog/building-microservices-using-an-api-gateway/}},
note = {Megtekintve 2020-03-20}, note = {Megtekintve 2020-03-20},
title = {Building Microservices: Using an API Gateway} title = {Building Microservices: Using an API Gateway}
} }
@misc{microservices-messagequeue, @misc{microservices-messagequeue,
author = {Alexander Nnakwue}, author = {Alexander Nnakwue},
howpublished = {https://blog.logrocket.com/understanding-message-queuing-systems-using-rabbitmq/}, howpublished = {\url{https://blog.logrocket.com/understanding-message-queuing-systems-using-rabbitmq/}},
note = {Megtekintve 2020-03-10}, note = {Megtekintve 2020-03-10},
title = {Understanding message queuing systems using RabbitMQ} title = {Understanding message queuing systems using RabbitMQ}
} }
@misc{microservices-timeseriesdb, @misc{microservices-timeseriesdb,
howpublished = {https://www.influxdata.com/time-series-database/}, howpublished = {\url{https://www.influxdata.com/time-series-database/}},
note = {Megtekintve 2020-02-28}, note = {Megtekintve 2020-02-28},
title = {Time series database (TSDB) explained} title = {Time series database (TSDB) explained}
} }