works now?

This commit is contained in:
Torma Kristóf 2019-12-05 00:15:49 +01:00
parent 8fac98f88a
commit fe8adcf5df
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
8 changed files with 3 additions and 897 deletions

View File

@ -1,186 +0,0 @@
@report{Jeney,
author = {G{\'a}bor Jeney},
institution = {Budapesti M{\H u}szaki {\'e}s Gazdas{\'a}gtudom{\'a}nyi Egyetem, H{\'\i}rad{\'a}stechnikai Tansz{\'e}k},
location = {Budapest},
note = {\url{http://www.mcl.hu/~jeneyg/kinezet.pdf}},
title = {Hogyan n{\'e}z ki egy ig{\'e}nyes dokumentum? {N}{\'e}h{\'a}ny sz{\'o}ban az alapvet{\H o} tipogr{\'a}fiai szab{\'a}lyokr{\'o}l},
type = {techreport},
year = {2014}
}
@misc{docker-vs-virtmachine,
author = {Nick Janetakis},
howpublished = {https://nickjanetakis.com/blog/comparing-virtual-machines-vs-docker-containers},
note = {Megtekintve 2019-12-04},
title = {Comparing Virtual Machines vs Docker Containers}
}
@misc{docker-overview,
howpublished = {https://docs.docker.com/engine/docker-overview/},
note = {Megtekintve 2019-12-04},
title = {Docker overview}
}
@manual{linux-namespaces,
howpublished = {http://man7.org/linux/man-pages/man7/namespaces.7.html},
note = {Megtekintve 2019-12-04},
title = {namespaces - overview of Linux namespaces}
}
@misc{cgroups,
howpublished = {https://access.redhat.com/documentation/en-us/red\_hat\_enterprise\_linux/6/html/resource\_management\_guide/ch01},
note = {Megtekintve 2019-12-04},
title = {Introduction to Control Groups (Cgroups)}
}
@misc{mikroszeviz,
author = {Farkas G{\'a}bor},
howpublished = {https://ithub.hu/blog/post/A\_microservice\_architekturarol\_diohejban/},
note = {Megtekintve 2019-12-04},
title = {A microservice architekt{\'u}r{\'a}r{\'o}l di{\'o}h{\'e}jban}
}
@manual{kubernetes-pods,
howpublished = {https://kubernetes.io/docs/concepts/workloads/pods/pod/},
note = {Megtekintve 2019-12-04},
title = {Pods}
}
@manual{kubernetes-replicaset,
howpublished = {https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/},
note = {Megtekintve 2019-12-04},
title = {ReplicaSet}
}
@manual{kubernetes-deployment,
howpublished = {https://kubernetes.io/docs/concepts/workloads/controllers/deployment/},
note = {Megtekintve 2019-12-04},
title = {Deployments}
}
@manual{kubernetes-crd,
howpublished = {https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/},
note = {Megtekintve 2019-12-04},
title = {Extend the Kubernetes API with CustomResourceDefinitions}
}
@manual{kubernetes-hpa,
howpublished = {https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/},
note = {Megtekintve 2019-12-04},
title = {Horizontal Pod Autoscaler}
}
@manual{kubeless-http,
howpublished = {https://kubeless.io/docs/http-triggers/},
note = {Megtekintve 2019-12-04},
title = {Expose and secure Kubeless functions}
}
@manual{kubeless-pubsub,
howpublished = {https://kubeless.io/docs/pubsub-functions/},
note = {Megtekintve 2019-12-04},
title = {PubSub events}
}
@manual{kubernetes-ingress,
howpublished = {https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/},
note = {Megtekintve 2019-12-04},
title = {Ingress Controllers}
}
@manual{kubernetes-nginx,
howpublished = {https://kubernetes.github.io/ingress-nginx/deploy/\#bare-metal},
note = {Megtekintve 2019-12-04},
title = {Installation Guide - Bare Metal}
}
@misc{github-issue-1,
howpublished = {https://github.com/kubernetes-incubator/metrics-server/issues/131},
note = {Megtekintve 2019-12-04},
title = {Metrics server issue with hostname resolution of kubelet and apiserver unable to communicate with metric-server clusterIP}
}
@manual{kubeless-quickstart,
howpublished = {https://kubeless.io/docs/quick-start/},
note = {Megtekintve 2019-12-04},
title = {Installation}
}
@misc{github-hey,
howpublished = {https://github.com/rakyll/hey},
note = {Megtekintve 2019-12-04},
title = {HTTP load generator, ApacheBench (ab) replacement, formerly known as rakyll/boom}
}
@misc{github-wrk,
howpublished = {https://github.com/wg/wrk},
note = {Megtekintve 2019-12-04},
title = {Modern HTTP benchmarking tool}
}
@manual{docker-logging,
howpublished = {https://docs.docker.com/config/containers/logging/configure/},
note = {Megtekintve 2019-12-04},
title = {Configure logging drivers}
}
@manual{kubernetes-ephemeral-storage,
howpublished = {https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/\#local-ephemeral-storage},
note = {Megtekintve 2019-12-04},
title = {Managing Compute Resources for Containers - Local ephemeral storage}
}
@manual{kubernetes-eviction,
howpublished = {https://kubernetes.io/docs/tasks/administer-cluster/out-of-resource/\#eviction-policy},
note = {Megtekintve 2019-12-04},
title = {Configure Out of Resource Handling - Eviction Policy}
}
@manual{kubernetes-nodes,
howpublished = {https://kubernetes.io/docs/concepts/architecture/nodes/},
note = {Megtekintve 2019-12-04},
title = {Nodes}
}
@manual{kubernetes-kubelet,
howpublished = {https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/},
note = {Megtekintve 2019-12-04},
title = {kubelet}
}
@misc{cloud,
howpublished = {https://www.ibm.com/cloud/learn/cloud-computing},
note = {Megtekintve 2019-12-04},
title = {Cloud computing: A complete guide}
}
@misc{faas,
howpublished = {https://www.cloudflare.com/learning/serverless/glossary/function-as-a-service-faas/},
note = {Megtekintve 2019-12-04},
title = {What Is Function as a Service (FaaS)?}
}
@article{saas,
howpublished = {https://www.infoworld.com/article/3226386/what-is-saas-software-as-a-service-defined.html},
note = {Megtekintve 2019-12-04},
title = {What is SaaS? Software-as-a-service defined}
}
@misc{paas,
howpublished = {https://www.bmc.com/blogs/saas-vs-paas-vs-iaas-whats-the-difference-and-how-to-choose/},
note = {Megtekintve 2019-12-04},
title = {SaaS vs PaaS vs IaaS: What{\rq}s The Difference and How To Choose}
}
@misc{iaas,
howpublished = {https://www.techradar.com/news/what-is-infrastructure-as-a-service},
note = {Megtekintve 2019-12-04},
title = {What is Infrastructure-as-a-Service? Everything you need to know}
}
@misc{os-virt,
howpublished = {https://www.w3schools.in/cloud-virtualization/os-virtualization/},
note = {Megtekintve 2019-12-04},
title = {Operating System (OS) Virtualization}
}

View File

@ -1,186 +0,0 @@
@report{Jeney,
author = {G{\'a}bor Jeney},
institution = {Budapesti M{\H u}szaki {\'e}s Gazdas{\'a}gtudom{\'a}nyi Egyetem, H{\'\i}rad{\'a}stechnikai Tansz{\'e}k},
location = {Budapest},
note = {\url{http://www.mcl.hu/~jeneyg/kinezet.pdf}},
title = {Hogyan n{\'e}z ki egy ig{\'e}nyes dokumentum? {N}{\'e}h{\'a}ny sz{\'o}ban az alapvet{\H o} tipogr{\'a}fiai szab{\'a}lyokr{\'o}l},
type = {techreport},
year = {2014}
}
@misc{docker-vs-virtmachine,
author = {Nick Janetakis},
howpublished = {https://nickjanetakis.com/blog/comparing-virtual-machines-vs-docker-containers},
note = {Megtekintve 2019-12-04},
title = {Comparing Virtual Machines vs Docker Containers}
}
@misc{docker-overview,
howpublished = {https://docs.docker.com/engine/docker-overview/},
note = {Megtekintve 2019-12-04},
title = {Docker overview}
}
@manual{linux-namespaces,
howpublished = {http://man7.org/linux/man-pages/man7/namespaces.7.html},
note = {Megtekintve 2019-12-04},
title = {namespaces - overview of Linux namespaces}
}
@misc{cgroups,
howpublished = {https://access.redhat.com/documentation/en-us/red\_hat\_enterprise\_linux/6/html/resource\_management\_guide/ch01},
note = {Megtekintve 2019-12-04},
title = {Introduction to Control Groups (Cgroups)}
}
@misc{mikroszeviz,
author = {Farkas G{\'a}bor},
howpublished = {https://ithub.hu/blog/post/A\_microservice\_architekturarol\_diohejban/},
note = {Megtekintve 2019-12-04},
title = {A microservice architekt{\'u}r{\'a}r{\'o}l di{\'o}h{\'e}jban}
}
@manual{kubernetes-pods,
howpublished = {https://kubernetes.io/docs/concepts/workloads/pods/pod/},
note = {Megtekintve 2019-12-04},
title = {Pods}
}
@manual{kubernetes-replicaset,
howpublished = {https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/},
note = {Megtekintve 2019-12-04},
title = {ReplicaSet}
}
@manual{kubernetes-deployment,
howpublished = {https://kubernetes.io/docs/concepts/workloads/controllers/deployment/},
note = {Megtekintve 2019-12-04},
title = {Deployments}
}
@manual{kubernetes-crd,
howpublished = {https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/},
note = {Megtekintve 2019-12-04},
title = {Extend the Kubernetes API with CustomResourceDefinitions}
}
@manual{kubernetes-hpa,
howpublished = {https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/},
note = {Megtekintve 2019-12-04},
title = {Horizontal Pod Autoscaler}
}
@manual{kubeless-http,
howpublished = {https://kubeless.io/docs/http-triggers/},
note = {Megtekintve 2019-12-04},
title = {Expose and secure Kubeless functions}
}
@manual{kubeless-pubsub,
howpublished = {https://kubeless.io/docs/pubsub-functions/},
note = {Megtekintve 2019-12-04},
title = {PubSub events}
}
@manual{kubernetes-ingress,
howpublished = {https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/},
note = {Megtekintve 2019-12-04},
title = {Ingress Controllers}
}
@manual{kubernetes-nginx,
howpublished = {https://kubernetes.github.io/ingress-nginx/deploy/\#bare-metal},
note = {Megtekintve 2019-12-04},
title = {Installation Guide - Bare Metal}
}
@misc{github-issue-1,
howpublished = {https://github.com/kubernetes-incubator/metrics-server/issues/131},
note = {Megtekintve 2019-12-04},
title = {Metrics server issue with hostname resolution of kubelet and apiserver unable to communicate with metric-server clusterIP}
}
@manual{kubeless-quickstart,
howpublished = {https://kubeless.io/docs/quick-start/},
note = {Megtekintve 2019-12-04},
title = {Installation}
}
@misc{github-hey,
howpublished = {https://github.com/rakyll/hey},
note = {Megtekintve 2019-12-04},
title = {HTTP load generator, ApacheBench (ab) replacement, formerly known as rakyll/boom}
}
@misc{github-wrk,
howpublished = {https://github.com/wg/wrk},
note = {Megtekintve 2019-12-04},
title = {Modern HTTP benchmarking tool}
}
@manual{docker-logging,
howpublished = {https://docs.docker.com/config/containers/logging/configure/},
note = {Megtekintve 2019-12-04},
title = {Configure logging drivers}
}
@manual{kubernetes-ephemeral-storage,
howpublished = {https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/\#local-ephemeral-storage},
note = {Megtekintve 2019-12-04},
title = {Managing Compute Resources for Containers - Local ephemeral storage}
}
@manual{kubernetes-eviction,
howpublished = {https://kubernetes.io/docs/tasks/administer-cluster/out-of-resource/\#eviction-policy},
note = {Megtekintve 2019-12-04},
title = {Configure Out of Resource Handling - Eviction Policy}
}
@manual{kubernetes-nodes,
howpublished = {https://kubernetes.io/docs/concepts/architecture/nodes/},
note = {Megtekintve 2019-12-04},
title = {Nodes}
}
@manual{kubernetes-kubelet,
howpublished = {https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/},
note = {Megtekintve 2019-12-04},
title = {kubelet}
}
@misc{cloud,
howpublished = {https://www.ibm.com/cloud/learn/cloud-computing},
note = {Megtekintve 2019-12-04},
title = {Cloud computing: A complete guide}
}
@misc{faas,
howpublished = {https://www.cloudflare.com/learning/serverless/glossary/function-as-a-service-faas/},
note = {Megtekintve 2019-12-04},
title = {What Is Function as a Service (FaaS)?}
}
@article{saas,
howpublished = {https://www.infoworld.com/article/3226386/what-is-saas-software-as-a-service-defined.html},
note = {Megtekintve 2019-12-04},
title = {What is SaaS? Software-as-a-service defined}
}
@misc{paas,
howpublished = {https://www.bmc.com/blogs/saas-vs-paas-vs-iaas-whats-the-difference-and-how-to-choose/},
note = {Megtekintve 2019-12-04},
title = {SaaS vs PaaS vs IaaS: What{\rq}s The Difference and How To Choose}
}
@misc{iaas,
howpublished = {https://www.techradar.com/news/what-is-infrastructure-as-a-service},
note = {Megtekintve 2019-12-04},
title = {What is Infrastructure-as-a-Service? Everything you need to know}
}
@article{os-virt,
howpublished = {https://www.w3schools.in/cloud-virtualization/os-virtualization/},
note = {Megtekintve 2019-12-04},
title = {Operating System (OS) Virtualization}
}

View File

@ -1,180 +0,0 @@
@report{Jeney,
author = {G{\'a}bor Jeney},
institution = {Budapesti M{\H u}szaki {\'e}s Gazdas{\'a}gtudom{\'a}nyi Egyetem, H{\'\i}rad{\'a}stechnikai Tansz{\'e}k},
location = {Budapest},
note = {\url{http://www.mcl.hu/~jeneyg/kinezet.pdf}},
title = {Hogyan n{\'e}z ki egy ig{\'e}nyes dokumentum? {N}{\'e}h{\'a}ny sz{\'o}ban az alapvet{\H o} tipogr{\'a}fiai szab{\'a}lyokr{\'o}l},
type = {techreport},
year = {2014}
}
@misc{docker-vs-virtmachine,
author = {Nick Janetakis},
howpublished = {https://nickjanetakis.com/blog/comparing-virtual-machines-vs-docker-containers},
note = {Megtekintve 2019-12-04},
title = {Comparing Virtual Machines vs Docker Containers}
}
@misc{docker-overview,
howpublished = {https://docs.docker.com/engine/docker-overview/},
note = {Megtekintve 2019-12-04},
title = {Docker overview}
}
@manual{linux-namespaces,
howpublished = {http://man7.org/linux/man-pages/man7/namespaces.7.html},
note = {Megtekintve 2019-12-04},
title = {namespaces - overview of Linux namespaces}
}
@misc{cgroups,
howpublished = {https://access.redhat.com/documentation/en-us/red\_hat\_enterprise\_linux/6/html/resource\_management\_guide/ch01},
note = {Megtekintve 2019-12-04},
title = {Introduction to Control Groups (Cgroups)}
}
@misc{mikroszeviz,
author = {Farkas G{\'a}bor},
howpublished = {https://ithub.hu/blog/post/A\_microservice\_architekturarol\_diohejban/},
note = {Megtekintve 2019-12-04},
title = {A microservice architekt{\'u}r{\'a}r{\'o}l di{\'o}h{\'e}jban}
}
@manual{kubernetes-pods,
howpublished = {https://kubernetes.io/docs/concepts/workloads/pods/pod/},
note = {Megtekintve 2019-12-04},
title = {Pods}
}
@manual{kubernetes-replicaset,
howpublished = {https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/},
note = {Megtekintve 2019-12-04},
title = {ReplicaSet}
}
@manual{kubernetes-deployment,
howpublished = {https://kubernetes.io/docs/concepts/workloads/controllers/deployment/},
note = {Megtekintve 2019-12-04},
title = {Deployments}
}
@manual{kubernetes-crd,
howpublished = {https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/},
note = {Megtekintve 2019-12-04},
title = {Extend the Kubernetes API with CustomResourceDefinitions}
}
@manual{kubernetes-hpa,
howpublished = {https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/},
note = {Megtekintve 2019-12-04},
title = {Horizontal Pod Autoscaler}
}
@manual{kubeless-http,
howpublished = {https://kubeless.io/docs/http-triggers/},
note = {Megtekintve 2019-12-04},
title = {Expose and secure Kubeless functions}
}
@manual{kubeless-pubsub,
howpublished = {https://kubeless.io/docs/pubsub-functions/},
note = {Megtekintve 2019-12-04},
title = {PubSub events}
}
@manual{kubernetes-ingress,
howpublished = {https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/},
note = {Megtekintve 2019-12-04},
title = {Ingress Controllers}
}
@manual{kubernetes-nginx,
howpublished = {https://kubernetes.github.io/ingress-nginx/deploy/\#bare-metal},
note = {Megtekintve 2019-12-04},
title = {Installation Guide - Bare Metal}
}
@misc{github-issue-1,
howpublished = {https://github.com/kubernetes-incubator/metrics-server/issues/131},
note = {Megtekintve 2019-12-04},
title = {Metrics server issue with hostname resolution of kubelet and apiserver unable to communicate with metric-server clusterIP}
}
@manual{kubeless-quickstart,
howpublished = {https://kubeless.io/docs/quick-start/},
note = {Megtekintve 2019-12-04},
title = {Installation}
}
@misc{github-hey,
howpublished = {https://github.com/rakyll/hey},
note = {Megtekintve 2019-12-04},
title = {HTTP load generator, ApacheBench (ab) replacement, formerly known as rakyll/boom}
}
@misc{github-wrk,
howpublished = {https://github.com/wg/wrk},
note = {Megtekintve 2019-12-04},
title = {Modern HTTP benchmarking tool}
}
@manual{docker-logging,
howpublished = {https://docs.docker.com/config/containers/logging/configure/},
note = {Megtekintve 2019-12-04},
title = {Configure logging drivers}
}
@manual{kubernetes-ephemeral-storage,
howpublished = {https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/\#local-ephemeral-storage},
note = {Megtekintve 2019-12-04},
title = {Managing Compute Resources for Containers - Local ephemeral storage}
}
@manual{kubernetes-eviction,
howpublished = {https://kubernetes.io/docs/tasks/administer-cluster/out-of-resource/\#eviction-policy},
note = {Megtekintve 2019-12-04},
title = {Configure Out of Resource Handling - Eviction Policy}
}
@manual{kubernetes-nodes,
howpublished = {https://kubernetes.io/docs/concepts/architecture/nodes/},
note = {Megtekintve 2019-12-04},
title = {Nodes}
}
@manual{kubernetes-kubelet,
howpublished = {https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/},
note = {Megtekintve 2019-12-04},
title = {kubelet}
}
@misc{cloud,
howpublished = {https://www.ibm.com/cloud/learn/cloud-computing},
note = {Megtekintve 2019-12-04},
title = {Cloud computing: A complete guide}
}
@misc{faas,
howpublished = {https://www.cloudflare.com/learning/serverless/glossary/function-as-a-service-faas/},
note = {Megtekintve 2019-12-04},
title = {What Is Function as a Service (FaaS)?}
}
@article{saas,
howpublished = {https://www.infoworld.com/article/3226386/what-is-saas-software-as-a-service-defined.html},
note = {Megtekintve 2019-12-04},
title = {What is SaaS? Software-as-a-service defined}
}
@misc{paas,
howpublished = {https://www.bmc.com/blogs/saas-vs-paas-vs-iaas-whats-the-difference-and-how-to-choose/},
note = {Megtekintve 2019-12-04},
title = {SaaS vs PaaS vs IaaS: What{\rq}s The Difference and How To Choose}
}
@misc{iaas,
howpublished = {https://www.techradar.com/news/what-is-infrastructure-as-a-service},
note = {Megtekintve 2019-12-04},
title = {What is Infrastructure-as-a-Service? Everything you need to know}
}

View File

@ -1,174 +0,0 @@
@report{Jeney,
author = {G{\'a}bor Jeney},
institution = {Budapesti M{\H u}szaki {\'e}s Gazdas{\'a}gtudom{\'a}nyi Egyetem, H{\'\i}rad{\'a}stechnikai Tansz{\'e}k},
location = {Budapest},
note = {\url{http://www.mcl.hu/~jeneyg/kinezet.pdf}},
title = {Hogyan n{\'e}z ki egy ig{\'e}nyes dokumentum? {N}{\'e}h{\'a}ny sz{\'o}ban az alapvet{\H o} tipogr{\'a}fiai szab{\'a}lyokr{\'o}l},
type = {techreport},
year = {2014}
}
@misc{docker-vs-virtmachine,
author = {Nick Janetakis},
howpublished = {https://nickjanetakis.com/blog/comparing-virtual-machines-vs-docker-containers},
note = {Megtekintve 2019-12-04},
title = {Comparing Virtual Machines vs Docker Containers}
}
@misc{docker-overview,
howpublished = {https://docs.docker.com/engine/docker-overview/},
note = {Megtekintve 2019-12-04},
title = {Docker overview}
}
@manual{linux-namespaces,
howpublished = {http://man7.org/linux/man-pages/man7/namespaces.7.html},
note = {Megtekintve 2019-12-04},
title = {namespaces - overview of Linux namespaces}
}
@misc{cgroups,
howpublished = {https://access.redhat.com/documentation/en-us/red\_hat\_enterprise\_linux/6/html/resource\_management\_guide/ch01},
note = {Megtekintve 2019-12-04},
title = {Introduction to Control Groups (Cgroups)}
}
@misc{mikroszeviz,
author = {Farkas G{\'a}bor},
howpublished = {https://ithub.hu/blog/post/A\_microservice\_architekturarol\_diohejban/},
note = {Megtekintve 2019-12-04},
title = {A microservice architekt{\'u}r{\'a}r{\'o}l di{\'o}h{\'e}jban}
}
@manual{kubernetes-pods,
howpublished = {https://kubernetes.io/docs/concepts/workloads/pods/pod/},
note = {Megtekintve 2019-12-04},
title = {Pods}
}
@manual{kubernetes-replicaset,
howpublished = {https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/},
note = {Megtekintve 2019-12-04},
title = {ReplicaSet}
}
@manual{kubernetes-deployment,
howpublished = {https://kubernetes.io/docs/concepts/workloads/controllers/deployment/},
note = {Megtekintve 2019-12-04},
title = {Deployments}
}
@manual{kubernetes-crd,
howpublished = {https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/},
note = {Megtekintve 2019-12-04},
title = {Extend the Kubernetes API with CustomResourceDefinitions}
}
@manual{kubernetes-hpa,
howpublished = {https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/},
note = {Megtekintve 2019-12-04},
title = {Horizontal Pod Autoscaler}
}
@manual{kubeless-http,
howpublished = {https://kubeless.io/docs/http-triggers/},
note = {Megtekintve 2019-12-04},
title = {Expose and secure Kubeless functions}
}
@manual{kubeless-pubsub,
howpublished = {https://kubeless.io/docs/pubsub-functions/},
note = {Megtekintve 2019-12-04},
title = {PubSub events}
}
@manual{kubernetes-ingress,
howpublished = {https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/},
note = {Megtekintve 2019-12-04},
title = {Ingress Controllers}
}
@manual{kubernetes-nginx,
howpublished = {https://kubernetes.github.io/ingress-nginx/deploy/\#bare-metal},
note = {Megtekintve 2019-12-04},
title = {Installation Guide - Bare Metal}
}
@misc{github-issue-1,
howpublished = {https://github.com/kubernetes-incubator/metrics-server/issues/131},
note = {Megtekintve 2019-12-04},
title = {Metrics server issue with hostname resolution of kubelet and apiserver unable to communicate with metric-server clusterIP}
}
@manual{kubeless-quickstart,
howpublished = {https://kubeless.io/docs/quick-start/},
note = {Megtekintve 2019-12-04},
title = {Installation}
}
@misc{github-hey,
howpublished = {https://github.com/rakyll/hey},
note = {Megtekintve 2019-12-04},
title = {HTTP load generator, ApacheBench (ab) replacement, formerly known as rakyll/boom}
}
@misc{github-wrk,
howpublished = {https://github.com/wg/wrk},
note = {Megtekintve 2019-12-04},
title = {Modern HTTP benchmarking tool}
}
@manual{docker-logging,
howpublished = {https://docs.docker.com/config/containers/logging/configure/},
note = {Megtekintve 2019-12-04},
title = {Configure logging drivers}
}
@manual{kubernetes-ephemeral-storage,
howpublished = {https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/\#local-ephemeral-storage},
note = {Megtekintve 2019-12-04},
title = {Managing Compute Resources for Containers - Local ephemeral storage}
}
@manual{kubernetes-eviction,
howpublished = {https://kubernetes.io/docs/tasks/administer-cluster/out-of-resource/\#eviction-policy},
note = {Megtekintve 2019-12-04},
title = {Configure Out of Resource Handling - Eviction Policy}
}
@manual{kubernetes-nodes,
howpublished = {https://kubernetes.io/docs/concepts/architecture/nodes/},
note = {Megtekintve 2019-12-04},
title = {Nodes}
}
@manual{kubernetes-kubelet,
howpublished = {https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/},
note = {Megtekintve 2019-12-04},
title = {kubelet}
}
@misc{cloud,
howpublished = {https://www.ibm.com/cloud/learn/cloud-computing},
note = {Megtekintve 2019-12-04},
title = {Cloud computing: A complete guide}
}
@misc{faas,
howpublished = {https://www.cloudflare.com/learning/serverless/glossary/function-as-a-service-faas/},
note = {Megtekintve 2019-12-04},
title = {What Is Function as a Service (FaaS)?}
}
@article{saas,
howpublished = {https://www.infoworld.com/article/3226386/what-is-saas-software-as-a-service-defined.html},
note = {Megtekintve 2019-12-04},
title = {What is SaaS? Software-as-a-service defined}
}
@misc{paas,
howpublished = {https://www.bmc.com/blogs/saas-vs-paas-vs-iaas-whats-the-difference-and-how-to-choose/},
note = {Megtekintve 2019-12-04},
title = {SaaS vs PaaS vs IaaS: What{\rq}s The Difference and How To Choose}
}

View File

@ -1,168 +0,0 @@
@report{Jeney,
author = {G{\'a}bor Jeney},
institution = {Budapesti M{\H u}szaki {\'e}s Gazdas{\'a}gtudom{\'a}nyi Egyetem, H{\'\i}rad{\'a}stechnikai Tansz{\'e}k},
location = {Budapest},
note = {\url{http://www.mcl.hu/~jeneyg/kinezet.pdf}},
title = {Hogyan n{\'e}z ki egy ig{\'e}nyes dokumentum? {N}{\'e}h{\'a}ny sz{\'o}ban az alapvet{\H o} tipogr{\'a}fiai szab{\'a}lyokr{\'o}l},
type = {techreport},
year = {2014}
}
@misc{docker-vs-virtmachine,
author = {Nick Janetakis},
howpublished = {https://nickjanetakis.com/blog/comparing-virtual-machines-vs-docker-containers},
note = {Megtekintve 2019-12-04},
title = {Comparing Virtual Machines vs Docker Containers}
}
@misc{docker-overview,
howpublished = {https://docs.docker.com/engine/docker-overview/},
note = {Megtekintve 2019-12-04},
title = {Docker overview}
}
@manual{linux-namespaces,
howpublished = {http://man7.org/linux/man-pages/man7/namespaces.7.html},
note = {Megtekintve 2019-12-04},
title = {namespaces - overview of Linux namespaces}
}
@misc{cgroups,
howpublished = {https://access.redhat.com/documentation/en-us/red\_hat\_enterprise\_linux/6/html/resource\_management\_guide/ch01},
note = {Megtekintve 2019-12-04},
title = {Introduction to Control Groups (Cgroups)}
}
@misc{mikroszeviz,
author = {Farkas G{\'a}bor},
howpublished = {https://ithub.hu/blog/post/A\_microservice\_architekturarol\_diohejban/},
note = {Megtekintve 2019-12-04},
title = {A microservice architekt{\'u}r{\'a}r{\'o}l di{\'o}h{\'e}jban}
}
@manual{kubernetes-pods,
howpublished = {https://kubernetes.io/docs/concepts/workloads/pods/pod/},
note = {Megtekintve 2019-12-04},
title = {Pods}
}
@manual{kubernetes-replicaset,
howpublished = {https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/},
note = {Megtekintve 2019-12-04},
title = {ReplicaSet}
}
@manual{kubernetes-deployment,
howpublished = {https://kubernetes.io/docs/concepts/workloads/controllers/deployment/},
note = {Megtekintve 2019-12-04},
title = {Deployments}
}
@manual{kubernetes-crd,
howpublished = {https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/},
note = {Megtekintve 2019-12-04},
title = {Extend the Kubernetes API with CustomResourceDefinitions}
}
@manual{kubernetes-hpa,
howpublished = {https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/},
note = {Megtekintve 2019-12-04},
title = {Horizontal Pod Autoscaler}
}
@manual{kubeless-http,
howpublished = {https://kubeless.io/docs/http-triggers/},
note = {Megtekintve 2019-12-04},
title = {Expose and secure Kubeless functions}
}
@manual{kubeless-pubsub,
howpublished = {https://kubeless.io/docs/pubsub-functions/},
note = {Megtekintve 2019-12-04},
title = {PubSub events}
}
@manual{kubernetes-ingress,
howpublished = {https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/},
note = {Megtekintve 2019-12-04},
title = {Ingress Controllers}
}
@manual{kubernetes-nginx,
howpublished = {https://kubernetes.github.io/ingress-nginx/deploy/\#bare-metal},
note = {Megtekintve 2019-12-04},
title = {Installation Guide - Bare Metal}
}
@misc{github-issue-1,
howpublished = {https://github.com/kubernetes-incubator/metrics-server/issues/131},
note = {Megtekintve 2019-12-04},
title = {Metrics server issue with hostname resolution of kubelet and apiserver unable to communicate with metric-server clusterIP}
}
@manual{kubeless-quickstart,
howpublished = {https://kubeless.io/docs/quick-start/},
note = {Megtekintve 2019-12-04},
title = {Installation}
}
@misc{github-hey,
howpublished = {https://github.com/rakyll/hey},
note = {Megtekintve 2019-12-04},
title = {HTTP load generator, ApacheBench (ab) replacement, formerly known as rakyll/boom}
}
@misc{github-wrk,
howpublished = {https://github.com/wg/wrk},
note = {Megtekintve 2019-12-04},
title = {Modern HTTP benchmarking tool}
}
@manual{docker-logging,
howpublished = {https://docs.docker.com/config/containers/logging/configure/},
note = {Megtekintve 2019-12-04},
title = {Configure logging drivers}
}
@manual{kubernetes-ephemeral-storage,
howpublished = {https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/\#local-ephemeral-storage},
note = {Megtekintve 2019-12-04},
title = {Managing Compute Resources for Containers - Local ephemeral storage}
}
@manual{kubernetes-eviction,
howpublished = {https://kubernetes.io/docs/tasks/administer-cluster/out-of-resource/\#eviction-policy},
note = {Megtekintve 2019-12-04},
title = {Configure Out of Resource Handling - Eviction Policy}
}
@manual{kubernetes-nodes,
howpublished = {https://kubernetes.io/docs/concepts/architecture/nodes/},
note = {Megtekintve 2019-12-04},
title = {Nodes}
}
@manual{kubernetes-kubelet,
howpublished = {https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/},
note = {Megtekintve 2019-12-04},
title = {kubelet}
}
@misc{cloud,
howpublished = {https://www.ibm.com/cloud/learn/cloud-computing},
note = {Megtekintve 2019-12-04},
title = {Cloud computing: A complete guide}
}
@misc{faas,
howpublished = {https://www.cloudflare.com/learning/serverless/glossary/function-as-a-service-faas/},
note = {Megtekintve 2019-12-04},
title = {What Is Function as a Service (FaaS)?}
}
@article{saas,
howpublished = {https://www.infoworld.com/article/3226386/what-is-saas-software-as-a-service-defined.html},
note = {Megtekintve 2019-12-04},
title = {What is SaaS? Software-as-a-service defined}
}

View File

@ -39,7 +39,7 @@
\newcommand{\selectthesislanguage}{\selectenglish} \newcommand{\selectthesislanguage}{\selectenglish}
\bibliographystyle{plainnat} \bibliographystyle{unsrt}
\newcommand{\ie}{i.e.\@\xspace} \newcommand{\ie}{i.e.\@\xspace}
\newcommand{\Ie}{I.e.\@\xspace} \newcommand{\Ie}{I.e.\@\xspace}

View File

@ -39,7 +39,7 @@
\newcommand{\selectthesislanguage}{\selecthungarian} \newcommand{\selectthesislanguage}{\selecthungarian}
\bibliographystyle{huplain} \bibliographystyle{unsrt}
\def\lstlistingname{lista} \def\lstlistingname{lista}

View File

@ -100,7 +100,7 @@
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\addcontentsline{toc}{chapter}{\bibname} \addcontentsline{toc}{chapter}{\bibname}
\bibliography{bib/mybib} \bibliography{bib/mybib}
\bibliographystyle{unsrt}
% Appendix % Appendix
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\input{content/appendices} \input{content/appendices}